#094C7E

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

Shades of Dark Cerulean #094C7E

Tints of Dark Cerulean #094C7E

Color information

#094C7E (or 0x094C7E) is unknown color: approx Dark Cerulean. HEX triplet: 09, 4C and 7E. RGB value is (9,76,126). Sum of RGB (Red+Green+Blue) = 9+76+126=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 126 (49.61% from 255 or 59.72% from 211); Max value from RGB is 126 - color contains mainly: blue. Hex color #094C7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094C7E is #F6B381. Grayscale: #3D3D3D. Windows color (decimal): -16167810 or 8277001. OLE color: 8277001.

HSL color Cylindrical-coordinate representation of color #094C7E: hue angle of 205.64º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094C7E is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB976126-
CMYK0.930.4000.51
HSL205.64º86.67%26.47%-
HSV(B)205.64º92.86%49.41%-
XYZ6.466.7320.7-
YUV61.67164.390.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.27%
GREEN value IS 76 (30.08% from 255) = 36.02%
BLUE value IS 126 (49.61% from 255) = 59.72%
R=4.27%
G=36.02%
B=59.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9761260.930.4000.51205.6486.6726.47
Hex94C7E5D28033ce571a
Octal111141761355006331612732
Binary1001100110011111101011101101000011001111001110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,76,126); }

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

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

 a { background-color: rgb(9,76,126); }

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

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

 span { border-color: rgb(9,76,126); }

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