#094378

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

Shades of Dark Cerulean #094378

Tints of Dark Cerulean #094378

Color information

#094378 (or 0x094378) is unknown color: approx Dark Cerulean. HEX triplet: 09, 43 and 78. RGB value is (9,67,120). Sum of RGB (Red+Green+Blue) = 9+67+120=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #094378 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094378 is #F6BC87. Grayscale: #373737. Windows color (decimal): -16170120 or 7881481. OLE color: 7881481.

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

Color convert

RGB967120-
CMYK0.920.4400.53
HSL208.65º86.05%25.29%-
HSV(B)208.65º92.5%47.06%-
XYZ5.515.4318.53-
YUV55.7164.2894.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.59%
GREEN value IS 67 (26.56% from 255) = 34.18%
BLUE value IS 120 (47.27% from 255) = 61.22%
R=4.59%
G=34.18%
B=61.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9671200.920.4400.53208.6586.0525.29
Hex943785C2C035d15619
Octal111031701345406532112631
Binary1001100001111110001011100101100011010111010001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094378; }

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

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

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

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

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

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

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

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