Html Css Color HEX #095988 Dark Cerulean

📋 copy color: '#095988'

red 9 ◦ green 89 ◦ blue 136

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

Shades of Dark Cerulean #095988

Tints of Dark Cerulean #095988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.03%

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

R = 3.85%
G = 38.03%
B = 58.12%

CMYK

 C value IS 0.93

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#095988 (or 0x095988) is known color: Dark Cerulean. HEX triplet: 09, 59 and 88. RGB value is (9,89,136). Sum of RGB (Red+Green+Blue) = 9+89+136=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 136 (53.52% from 255 or 58.12% from 234); Max value from RGB is 136 - color contains mainly: blue. Hex color #095988 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095988 is #F6A677. Grayscale: #464646. Windows color (decimal): -16164472 or 8935689. OLE color: 8935689.

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

Color convert

RGB 9 89 136 -
CMYK 0.93 0.35 0 0.47
HSL 202.2º 0.88% 0.28% -
HSV(B) 202.2º 0.93% 0.53% -
XYZ 8.13 8.98 24.6 -
YUV 70.44 165 84.18 -
System Red Green Blue C M Y K H S L
Decimal 9 89 136 0.93 0.35 0 0.47 202.2 0.88 0.28
Hex 9 59 88 5D 23 0 2F CA 58 1C
Octal 11 131 210 135 43 0 57 312 130 34
Binary 1001 1011001 10001000 1011101 100011 0 101111 11001010 1011000 11100

Color Harmonies of #095988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095988

Black with #095988

Text Example


Text Example

White with #095988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095988; }

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

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

background-color css

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

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

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

border-color css

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

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

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