#093879

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

Shades of Dark Cerulean #093879

Tints of Dark Cerulean #093879

Color information

#093879 (or 0x093879) is unknown color: approx Dark Cerulean. HEX triplet: 09, 38 and 79. RGB value is (9,56,121). Sum of RGB (Red+Green+Blue) = 9+56+121=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 121 (47.66% from 255 or 65.05% from 186); Max value from RGB is 121 - color contains mainly: blue. Hex color #093879 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093879 is #F6C786. Grayscale: #313131. Windows color (decimal): -16172935 or 7944201. OLE color: 7944201.

HSL color Cylindrical-coordinate representation of color #093879: hue angle of 214.82º 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 #093879 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB956121-
CMYK0.930.5400.53
HSL214.82º86.15%25.49%-
HSV(B)214.82º92.56%47.45%-
XYZ4.984.2718.65-
YUV49.36168.4399.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.84%
GREEN value IS 56 (22.27% from 255) = 30.11%
BLUE value IS 121 (47.66% from 255) = 65.05%
R=4.84%
G=30.11%
B=65.05%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9561210.930.5400.53214.8286.1525.49
Hex938795D36035d75619
Octal11701711356606532712631
Binary100111100011110011011101110110011010111010111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093879; }

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

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

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

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

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

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

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

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