Html Css Color HEX #095887 Dark Cerulean

📋 copy color: '#095887'

red 9 ◦ green 88 ◦ blue 135

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

Shades of Dark Cerulean #095887

Tints of Dark Cerulean #095887

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.93%

 BLUE value IS 135 (53.13% from 255) = 58.19%

R = 3.88%
G = 37.93%
B = 58.19%

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

#095887 (or 0x095887) is known color: Dark Cerulean. HEX triplet: 09, 58 and 87. RGB value is (9,88,135). Sum of RGB (Red+Green+Blue) = 9+88+135=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 135 (53.12% from 255 or 58.19% from 232); Max value from RGB is 135 - color contains mainly: blue. Hex color #095887 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095887 is #F6A778. Grayscale: #454545. Windows color (decimal): -16164729 or 8869897. OLE color: 8869897.

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

Color convert

RGB 9 88 135 -
CMYK 0.93 0.35 0 0.47
HSL 202.38º 0.88% 0.28% -
HSV(B) 202.38º 0.93% 0.53% -
XYZ 7.98 8.79 24.2 -
YUV 69.74 164.83 84.68 -
System Red Green Blue C M Y K H S L
Decimal 9 88 135 0.93 0.35 0 0.47 202.38 0.88 0.28
Hex 9 58 87 5D 23 0 2F CA 58 1C
Octal 11 130 207 135 43 0 57 312 130 34
Binary 1001 1011000 10000111 1011101 100011 0 101111 11001010 1011000 11100

Color Harmonies of #095887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095887

Black with #095887

Text Example


Text Example

White with #095887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095887; }

 p { color: rgb(9,88,135); }

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

background-color css

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

 a { background-color: rgb(9,88,135); }

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

border-color css

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

 span { border-color: rgb(9,88,135); }

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