Html Css Color HEX #094C80 Dark Cerulean

📋 copy color: '#094C80'

red 9 ◦ green 76 ◦ blue 128

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

Shades of Dark Cerulean #094C80

Tints of Dark Cerulean #094C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 60.09%

R = 4.23%
G = 35.68%
B = 60.09%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#094C80 (or 0x094C80) is known color: Dark Cerulean. HEX triplet: 09, 4C and 80. RGB value is (9,76,128). Sum of RGB (Red+Green+Blue) = 9+76+128=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 128 (50.39% from 255 or 60.09% from 213); Max value from RGB is 128 - color contains mainly: blue. Hex color #094C80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094C80 is #F6B37F. Grayscale: #3D3D3D. Windows color (decimal): -16167808 or 8408073. OLE color: 8408073.

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

Color convert

RGB 9 76 128 -
CMYK 0.93 0.41 0 0.50
HSL 206.22º 0.87% 0.27% -
HSV(B) 206.22º 0.93% 0.5% -
XYZ 6.59 6.79 21.38 -
YUV 61.9 165.3 90.27 -
System Red Green Blue C M Y K H S L
Decimal 9 76 128 0.93 0.41 0 0.50 206.22 0.87 0.27
Hex 9 4C 80 5D 29 0 32 CE 57 1B
Octal 11 114 200 135 51 0 62 316 127 33
Binary 1001 1001100 10000000 1011101 101001 0 110010 11001110 1010111 11011

Color Harmonies of #094C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094C80

Black with #094C80

Text Example


Text Example

White with #094C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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