Html Css Color HEX #094D6F Dark Cerulean

📋 copy color: '#094D6F'

red 9 ◦ green 77 ◦ blue 111

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

Shades of Dark Cerulean #094D6F

Tints of Dark Cerulean #094D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 56.35%

R = 4.57%
G = 39.09%
B = 56.35%

CMYK

 C value IS 0.92

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#094D6F (or 0x094D6F) is known color: Dark Cerulean. HEX triplet: 09, 4D and 6F. RGB value is (9,77,111). Sum of RGB (Red+Green+Blue) = 9+77+111=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #094D6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094D6F is #F6B290. Grayscale: #3C3C3C. Windows color (decimal): -16167569 or 7294217. OLE color: 7294217.

HSL color Cylindrical-coordinate representation of color #094D6F: hue angle of 200º 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 #094D6F is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 77 111 -
CMYK 0.92 0.31 0 0.56
HSL 200º 0.85% 0.24% -
HSV(B) 200º 0.92% 0.44% -
XYZ 5.64 6.51 16 -
YUV 60.54 156.47 91.24 -
System Red Green Blue C M Y K H S L
Decimal 9 77 111 0.92 0.31 0 0.56 200 0.85 0.24
Hex 9 4D 6F 5C 1F 0 38 C8 55 18
Octal 11 115 157 134 37 0 70 310 125 30
Binary 1001 1001101 1101111 1011100 11111 0 111000 11001000 1010101 11000

Color Harmonies of #094D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094D6F

Black with #094D6F

Text Example


Text Example

White with #094D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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