Html Css Color HEX #094888 Dark Cerulean

📋 copy color: '#094888'

red 9 ◦ green 72 ◦ blue 136

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

Shades of Dark Cerulean #094888

Tints of Dark Cerulean #094888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 62.67%

R = 4.15%
G = 33.18%
B = 62.67%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#094888 (or 0x094888) is known color: Dark Cerulean. HEX triplet: 09, 48 and 88. RGB value is (9,72,136). Sum of RGB (Red+Green+Blue) = 9+72+136=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 136 (53.52% from 255 or 62.67% from 217); Max value from RGB is 136 - color contains mainly: blue. Hex color #094888 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094888 is #F6B777. Grayscale: #3C3C3C. Windows color (decimal): -16168824 or 8931337. OLE color: 8931337.

HSL color Cylindrical-coordinate representation of color #094888: hue angle of 210.24º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094888 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 72 136 -
CMYK 0.93 0.47 0 0.47
HSL 210.24º 0.88% 0.28% -
HSV(B) 210.24º 0.93% 0.53% -
XYZ 6.87 6.47 24.18 -
YUV 60.46 170.63 91.3 -
System Red Green Blue C M Y K H S L
Decimal 9 72 136 0.93 0.47 0 0.47 210.24 0.88 0.28
Hex 9 48 88 5D 2F 0 2F D2 58 1C
Octal 11 110 210 135 57 0 57 322 130 34
Binary 1001 1001000 10001000 1011101 101111 0 101111 11010010 1011000 11100

Color Harmonies of #094888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094888

Black with #094888

Text Example


Text Example

White with #094888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094888; }

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

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

background-color css

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

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

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

border-color css

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

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

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