Html Css Color HEX #094C7D Dark Cerulean

📋 copy color: '#094C7D'

red 9 ◦ green 76 ◦ blue 125

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

Shades of Dark Cerulean #094C7D

Tints of Dark Cerulean #094C7D

RGB

 RED value IS 9 (3.91% from 255) = 4.29%

 GREEN value IS 76 (30.08% from 255) = 36.19%

 BLUE value IS 125 (49.22% from 255) = 59.52%

R = 4.29%
G = 36.19%
B = 59.52%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#094C7D (or 0x094C7D) is known color: Dark Cerulean. HEX triplet: 09, 4C and 7D. RGB value is (9,76,125). Sum of RGB (Red+Green+Blue) = 9+76+125=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 125 (49.22% from 255 or 59.52% from 210); Max value from RGB is 125 - color contains mainly: blue. Hex color #094C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094C7D is #F6B382. Grayscale: #3D3D3D. Windows color (decimal): -16167811 or 8211465. OLE color: 8211465.

HSL color Cylindrical-coordinate representation of color #094C7D: hue angle of 205.34º 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 #094C7D is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 76 125 -
CMYK 0.93 0.39 0 0.51
HSL 205.34º 0.87% 0.26% -
HSV(B) 205.34º 0.93% 0.49% -
XYZ 6.4 6.71 20.36 -
YUV 61.55 163.8 90.52 -
System Red Green Blue C M Y K H S L
Decimal 9 76 125 0.93 0.39 0 0.51 205.34 0.87 0.26
Hex 9 4C 7D 5D 27 0 33 CD 57 1A
Octal 11 114 175 135 47 0 63 315 127 32
Binary 1001 1001100 1111101 1011101 100111 0 110011 11001101 1010111 11010

Color Harmonies of #094C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094C7D

Black with #094C7D

Text Example


Text Example

White with #094C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #094C7D;
 }
 .AnyTagClassName
 {
   color: #094C7D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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