Html Css Color HEX #094C7F Dark Cerulean

📋 copy color: '#094C7F'

red 9 ◦ green 76 ◦ blue 127

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

Shades of Dark Cerulean #094C7F

Tints of Dark Cerulean #094C7F

RGB

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

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

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

R = 4.25%
G = 35.85%
B = 59.91%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#094C7F (or 0x094C7F) is known color: Dark Cerulean. HEX triplet: 09, 4C and 7F. RGB value is (9,76,127). Sum of RGB (Red+Green+Blue) = 9+76+127=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #094C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094C7F is #F6B380. Grayscale: #3D3D3D. Windows color (decimal): -16167809 or 8342537. OLE color: 8342537.

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

Color convert

RGB 9 76 127 -
CMYK 0.93 0.40 0 0.50
HSL 205.93º 0.87% 0.27% -
HSV(B) 205.93º 0.93% 0.5% -
XYZ 6.53 6.76 21.04 -
YUV 61.78 164.8 90.35 -
System Red Green Blue C M Y K H S L
Decimal 9 76 127 0.93 0.40 0 0.50 205.93 0.87 0.27
Hex 9 4C 7F 5D 28 0 32 CE 57 1B
Octal 11 114 177 135 50 0 62 316 127 33
Binary 1001 1001100 1111111 1011101 101000 0 110010 11001110 1010111 11011

Color Harmonies of #094C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094C7F

Black with #094C7F

Text Example


Text Example

White with #094C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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