#094672

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

Shades of Dark Cerulean #094672

Tints of Dark Cerulean #094672

Color information

#094672 (or 0x094672) is unknown color: approx Dark Cerulean. HEX triplet: 09, 46 and 72. RGB value is (9,70,114). Sum of RGB (Red+Green+Blue) = 9+70+114=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #094672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094672 is #F6B98D. Grayscale: #383838. Windows color (decimal): -16169358 or 7489033. OLE color: 7489033.

HSL color Cylindrical-coordinate representation of color #094672: hue angle of 205.14º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #094672 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB970114-
CMYK0.920.3900.55
HSL205.14º85.37%24.12%-
HSV(B)205.14º92.11%44.71%-
XYZ5.345.6516.73-
YUV56.78160.2993.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.66%
GREEN value IS 70 (27.73% from 255) = 36.27%
BLUE value IS 114 (44.92% from 255) = 59.07%
R=4.66%
G=36.27%
B=59.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9701140.920.3900.55205.1485.3724.12
Hex946725C27037cd5518
Octal111061621344706731512530
Binary1001100011011100101011100100111011011111001101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094672; }

 p { color: rgb(9,70,114); }

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

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

 a { background-color: rgb(9,70,114); }

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

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

 span { border-color: rgb(9,70,114); }

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