Html Css Color HEX #094C6D Dark Cerulean

📋 copy color: '#094C6D'

red 9 ◦ green 76 ◦ blue 109

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

Shades of Dark Cerulean #094C6D

Tints of Dark Cerulean #094C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 56.19%

R = 4.64%
G = 39.18%
B = 56.19%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#094C6D (or 0x094C6D) is known color: Dark Cerulean. HEX triplet: 09, 4C and 6D. RGB value is (9,76,109). Sum of RGB (Red+Green+Blue) = 9+76+109=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #094C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094C6D is #F6B392. Grayscale: #3B3B3B. Windows color (decimal): -16167827 or 7162889. OLE color: 7162889.

HSL color Cylindrical-coordinate representation of color #094C6D: hue angle of 199.8º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #094C6D is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 76 109 -
CMYK 0.92 0.30 0 0.57
HSL 199.8º 0.85% 0.23% -
HSV(B) 199.8º 0.92% 0.43% -
XYZ 5.46 6.33 15.4 -
YUV 59.73 155.8 91.82 -
System Red Green Blue C M Y K H S L
Decimal 9 76 109 0.92 0.30 0 0.57 199.8 0.85 0.23
Hex 9 4C 6D 5C 1E 0 39 C8 55 17
Octal 11 114 155 134 36 0 71 310 125 27
Binary 1001 1001100 1101101 1011100 11110 0 111001 11001000 1010101 10111

Color Harmonies of #094C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094C6D

Black with #094C6D

Text Example


Text Example

White with #094C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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