#093878

Color #093878 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #093878

Tints of Dark Cerulean #093878

Color information

#093878 (or 0x093878) is unknown color: approx Dark Cerulean. HEX triplet: 09, 38 and 78. RGB value is (9,56,120). Sum of RGB (Red+Green+Blue) = 9+56+120=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 120 (47.27% from 255 or 64.86% from 185); Max value from RGB is 120 - color contains mainly: blue. Hex color #093878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093878 is #F6C787. Grayscale: #303030. Windows color (decimal): -16172936 or 7878665. OLE color: 7878665.

HSL color Cylindrical-coordinate representation of color #093878: hue angle of 214.59º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093878 is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB956120-
CMYK0.920.5300.53
HSL214.59º86.05%25.29%-
HSV(B)214.59º92.5%47.06%-
XYZ4.924.2418.33-
YUV49.24167.9399.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 4.86%
GREEN value IS 56 (22.27% from 255) = 30.27%
BLUE value IS 120 (47.27% from 255) = 64.86%
R=4.86%
G=30.27%
B=64.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9561200.920.5300.53214.5986.0525.29
Hex938785C35035d75619
Octal11701701346506532712631
Binary100111100011110001011100110101011010111010111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093878; }

 p { color: rgb(9,56,120); }

 H1.HeaderClassName
 {
   color: #093878;
 }
 .AnyTagClassName
 {
   color: #093878;
 }
</style>
background-color css

<style>
 a { background-color: #093878; }

 a { background-color: rgb(9,56,120); }

 div.DivClassName
 {
   background-color: #093878;
 }
 .BgClassName
 {
   background-color: #093878;
 }
</style>
border-color css

<style>
 span { border-color: #093878; }

 span { border-color: rgb(9,56,120); }

 td.TdClassName
 {
   border-color: #093878;
 }
 .TagClassName
 {
   border-color: #093878;
 }
</style>