#093378

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

Shades of Dark Cerulean #093378

Tints of Dark Cerulean #093378

Color information

#093378 (or 0x093378) is unknown color: approx Dark Cerulean. HEX triplet: 09, 33 and 78. RGB value is (9,51,120). Sum of RGB (Red+Green+Blue) = 9+51+120=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 120 (47.27% from 255 or 66.67% from 180); Max value from RGB is 120 - color contains mainly: blue. Hex color #093378 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093378 is #F6CC87. Grayscale: #2D2D2D. Windows color (decimal): -16174216 or 7877385. OLE color: 7877385.

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

Color convert

RGB951120-
CMYK0.920.5800.53
HSL217.3º86.05%25.29%-
HSV(B)217.3º92.5%47.06%-
XYZ4.693.7818.25-
YUV46.31169.59101.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5%
GREEN value IS 51 (20.31% from 255) = 28.33%
BLUE value IS 120 (47.27% from 255) = 66.67%
R=5%
G=28.33%
B=66.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9511200.920.5800.53217.386.0525.29
Hex933785C3A035d95619
Octal11631701347206533112631
Binary100111001111110001011100111010011010111011001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093378; }

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

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

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

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

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

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

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

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