Html Css Color HEX #094988 Dark Cerulean

📋 copy color: '#094988'

red 9 ◦ green 73 ◦ blue 136

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

Shades of Dark Cerulean #094988

Tints of Dark Cerulean #094988

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.49%

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

R = 4.13%
G = 33.49%
B = 62.39%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#094988 (or 0x094988) is known color: Dark Cerulean. HEX triplet: 09, 49 and 88. RGB value is (9,73,136). Sum of RGB (Red+Green+Blue) = 9+73+136=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 136 (53.52% from 255 or 62.39% from 218); Max value from RGB is 136 - color contains mainly: blue. Hex color #094988 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094988 is #F6B677. Grayscale: #3C3C3C. Windows color (decimal): -16168568 or 8931593. OLE color: 8931593.

HSL color Cylindrical-coordinate representation of color #094988: hue angle of 209.76º 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 #094988 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 73 136 -
CMYK 0.93 0.46 0 0.47
HSL 209.76º 0.88% 0.28% -
HSV(B) 209.76º 0.93% 0.53% -
XYZ 6.94 6.6 24.2 -
YUV 61.05 170.3 90.88 -
System Red Green Blue C M Y K H S L
Decimal 9 73 136 0.93 0.46 0 0.47 209.76 0.88 0.28
Hex 9 49 88 5D 2E 0 2F D2 58 1C
Octal 11 111 210 135 56 0 57 322 130 34
Binary 1001 1001001 10001000 1011101 101110 0 101111 11010010 1011000 11100

Color Harmonies of #094988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094988

Black with #094988

Text Example


Text Example

White with #094988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094988; }

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

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

background-color css

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

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

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

border-color css

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

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

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