#094A7A

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

Shades of Dark Cerulean #094A7A

Tints of Dark Cerulean #094A7A

Color information

#094A7A (or 0x094A7A) is unknown color: approx Dark Cerulean. HEX triplet: 09, 4A and 7A. RGB value is (9,74,122). Sum of RGB (Red+Green+Blue) = 9+74+122=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #094A7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A7A is #F6B585. Grayscale: #3B3B3B. Windows color (decimal): -16168326 or 8014345. OLE color: 8014345.

HSL color Cylindrical-coordinate representation of color #094A7A: hue angle of 205.49º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094A7A is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB974122-
CMYK0.930.3900.52
HSL205.49º86.26%25.69%-
HSV(B)205.49º92.62%47.84%-
XYZ6.076.3619.32-
YUV60.04162.9791.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.39%
GREEN value IS 74 (29.30% from 255) = 36.10%
BLUE value IS 122 (48.05% from 255) = 59.51%
R=4.39%
G=36.10%
B=59.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9741220.930.3900.52205.4986.2625.69
Hex94A7A5D27034cd561a
Octal111121721354706431512632
Binary1001100101011110101011101100111011010011001101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094A7A; }

 p { color: rgb(9,74,122); }

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

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

 a { background-color: rgb(9,74,122); }

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

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

 span { border-color: rgb(9,74,122); }

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