Html Css Color HEX #095087 Dark Cerulean

📋 copy color: '#095087'

red 9 ◦ green 80 ◦ blue 135

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

Shades of Dark Cerulean #095087

Tints of Dark Cerulean #095087

RGB

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

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

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

R = 4.02%
G = 35.71%
B = 60.27%

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

#095087 (or 0x095087) is known color: Dark Cerulean. HEX triplet: 09, 50 and 87. RGB value is (9,80,135). Sum of RGB (Red+Green+Blue) = 9+80+135=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 135 (53.12% from 255 or 60.27% from 224); Max value from RGB is 135 - color contains mainly: blue. Hex color #095087 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095087 is #F6AF78. Grayscale: #404040. Windows color (decimal): -16166777 or 8867849. OLE color: 8867849.

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

Color convert

RGB 9 80 135 -
CMYK 0.93 0.41 0 0.47
HSL 206.19º 0.88% 0.28% -
HSV(B) 206.19º 0.93% 0.53% -
XYZ 7.35 7.54 23.99 -
YUV 65.04 167.48 88.03 -
System Red Green Blue C M Y K H S L
Decimal 9 80 135 0.93 0.41 0 0.47 206.19 0.88 0.28
Hex 9 50 87 5D 29 0 2F CE 58 1C
Octal 11 120 207 135 51 0 57 316 130 34
Binary 1001 1010000 10000111 1011101 101001 0 101111 11001110 1011000 11100

Color Harmonies of #095087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095087

Black with #095087

Text Example


Text Example

White with #095087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095087; }

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

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

background-color css

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

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

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

border-color css

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

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

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