Html Css Color HEX #095088 Dark Cerulean

📋 copy color: '#095088'

red 9 ◦ green 80 ◦ blue 136

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

Shades of Dark Cerulean #095088

Tints of Dark Cerulean #095088

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.56%

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

R = 4%
G = 35.56%
B = 60.44%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#095088 (or 0x095088) is known color: Dark Cerulean. HEX triplet: 09, 50 and 88. RGB value is (9,80,136). Sum of RGB (Red+Green+Blue) = 9+80+136=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 136 (53.52% from 255 or 60.44% from 225); Max value from RGB is 136 - color contains mainly: blue. Hex color #095088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095088 is #F6AF77. Grayscale: #404040. Windows color (decimal): -16166776 or 8933385. OLE color: 8933385.

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

Color convert

RGB 9 80 136 -
CMYK 0.93 0.41 0 0.47
HSL 206.46º 0.88% 0.28% -
HSV(B) 206.46º 0.93% 0.53% -
XYZ 7.43 7.57 24.36 -
YUV 65.16 167.98 87.95 -
System Red Green Blue C M Y K H S L
Decimal 9 80 136 0.93 0.41 0 0.47 206.46 0.88 0.28
Hex 9 50 88 5D 29 0 2F CE 58 1C
Octal 11 120 210 135 51 0 57 316 130 34
Binary 1001 1010000 10001000 1011101 101001 0 101111 11001110 1011000 11100

Color Harmonies of #095088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095088

Black with #095088

Text Example


Text Example

White with #095088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095088; }

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

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

background-color css

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

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

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

border-color css

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

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

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