Html Css Color HEX #094877 Dark Cerulean

📋 copy color: '#094877'

red 9 ◦ green 72 ◦ blue 119

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

Shades of Dark Cerulean #094877

Tints of Dark Cerulean #094877

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36%

 BLUE value IS 119 (46.88% from 255) = 59.5%

R = 4.5%
G = 36%
B = 59.5%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#094877 (or 0x094877) is known color: Dark Cerulean. HEX triplet: 09, 48 and 77. RGB value is (9,72,119). Sum of RGB (Red+Green+Blue) = 9+72+119=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 119 (46.88% from 255 or 59.5% from 200); Max value from RGB is 119 - color contains mainly: blue. Hex color #094877 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094877 is #F6B788. Grayscale: #3A3A3A. Windows color (decimal): -16168841 or 7817225. OLE color: 7817225.

HSL color Cylindrical-coordinate representation of color #094877: hue angle of 205.64º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #094877 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 72 119 -
CMYK 0.92 0.39 0 0.53
HSL 205.64º 0.86% 0.25% -
HSV(B) 205.64º 0.92% 0.47% -
XYZ 5.76 6.02 18.31 -
YUV 58.52 162.13 92.68 -
System Red Green Blue C M Y K H S L
Decimal 9 72 119 0.92 0.39 0 0.53 205.64 0.86 0.25
Hex 9 48 77 5C 27 0 35 CE 56 19
Octal 11 110 167 134 47 0 65 316 126 31
Binary 1001 1001000 1110111 1011100 100111 0 110101 11001110 1010110 11001

Color Harmonies of #094877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094877

Black with #094877

Text Example


Text Example

White with #094877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094877; }

 p { color: rgb(9,72,119); }

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

background-color css

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

 a { background-color: rgb(9,72,119); }

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

border-color css

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

 span { border-color: rgb(9,72,119); }

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