Html Css Color HEX #094C7E Dark Cerulean

📋 copy color: '#094C7E'

red 9 ◦ green 76 ◦ blue 126

#094C7E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #094C7E

Tints of Dark Cerulean #094C7E

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 value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#094C7E (or 0x094C7E) is known color: 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

RGB 9 76 126 -
CMYK 0.93 0.40 0 0.51
HSL 205.64º 0.87% 0.26% -
HSV(B) 205.64º 0.93% 0.49% -
XYZ 6.46 6.73 20.7 -
YUV 61.67 164.3 90.43 -
System Red Green Blue C M Y K H S L
Decimal 9 76 126 0.93 0.40 0 0.51 205.64 0.87 0.26
Hex 9 4C 7E 5D 28 0 33 CE 57 1A
Octal 11 114 176 135 50 0 63 316 127 32
Binary 1001 1001100 1111110 1011101 101000 0 110011 11001110 1010111 11010

Color Harmonies of #094C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094C7E

Black with #094C7E

Text Example


Text Example

White with #094C7E

Text Example


Text Example

HTML Codes & Css Web 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>