Html Css Color HEX #094D7F Dark Cerulean

📋 copy color: '#094D7F'

red 9 ◦ green 77 ◦ blue 127

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

Shades of Dark Cerulean #094D7F

Tints of Dark Cerulean #094D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 59.62%

R = 4.23%
G = 36.15%
B = 59.62%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#094D7F (or 0x094D7F) is known color: Dark Cerulean. HEX triplet: 09, 4D and 7F. RGB value is (9,77,127). Sum of RGB (Red+Green+Blue) = 9+77+127=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #094D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094D7F is #F6B280. Grayscale: #3E3E3E. Windows color (decimal): -16167553 or 8342793. OLE color: 8342793.

HSL color Cylindrical-coordinate representation of color #094D7F: hue angle of 205.42º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094D7F is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 77 127 -
CMYK 0.93 0.39 0 0.50
HSL 205.42º 0.87% 0.27% -
HSV(B) 205.42º 0.93% 0.5% -
XYZ 6.6 6.9 21.06 -
YUV 62.37 164.47 89.93 -
System Red Green Blue C M Y K H S L
Decimal 9 77 127 0.93 0.39 0 0.50 205.42 0.87 0.27
Hex 9 4D 7F 5D 27 0 32 CD 57 1B
Octal 11 115 177 135 47 0 62 315 127 33
Binary 1001 1001101 1111111 1011101 100111 0 110010 11001101 1010111 11011

Color Harmonies of #094D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094D7F

Black with #094D7F

Text Example


Text Example

White with #094D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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