Html Css Color HEX #094D71 Dark Cerulean

📋 copy color: '#094D71'

red 9 ◦ green 77 ◦ blue 113

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

Shades of Dark Cerulean #094D71

Tints of Dark Cerulean #094D71

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.69%

 BLUE value IS 113 (44.53% from 255) = 56.78%

R = 4.52%
G = 38.69%
B = 56.78%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#094D71 (or 0x094D71) is known color: Dark Cerulean. HEX triplet: 09, 4D and 71. RGB value is (9,77,113). Sum of RGB (Red+Green+Blue) = 9+77+113=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #094D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094D71 is #F6B28E. Grayscale: #3C3C3C. Windows color (decimal): -16167567 or 7425289. OLE color: 7425289.

HSL color Cylindrical-coordinate representation of color #094D71: hue angle of 200.77º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #094D71 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 77 113 -
CMYK 0.92 0.32 0 0.56
HSL 200.77º 0.85% 0.24% -
HSV(B) 200.77º 0.92% 0.44% -
XYZ 5.75 6.56 16.59 -
YUV 60.77 157.47 91.07 -
System Red Green Blue C M Y K H S L
Decimal 9 77 113 0.92 0.32 0 0.56 200.77 0.85 0.24
Hex 9 4D 71 5C 20 0 38 C9 55 18
Octal 11 115 161 134 40 0 70 311 125 30
Binary 1001 1001101 1110001 1011100 100000 0 111000 11001001 1010101 11000

Color Harmonies of #094D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094D71

Black with #094D71

Text Example


Text Example

White with #094D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,77,113); }

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

background-color css

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

 a { background-color: rgb(9,77,113); }

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

border-color css

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

 span { border-color: rgb(9,77,113); }

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