Html Css Color HEX #096587 Allports

📋 copy color: '#096587'

red 9 ◦ green 101 ◦ blue 135

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

Shades of Allports #096587

Tints of Allports #096587

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.22%

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

R = 3.67%
G = 41.22%
B = 55.1%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#096587 (or 0x096587) is known color: Allports. HEX triplet: 09, 65 and 87. RGB value is (9,101,135). Sum of RGB (Red+Green+Blue) = 9+101+135=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #096587 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096587 is #F69A78. Grayscale: #4D4D4D. Windows color (decimal): -16161401 or 8873225. OLE color: 8873225.

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

Color convert

RGB 9 101 135 -
CMYK 0.93 0.25 0 0.47
HSL 196.19º 0.88% 0.28% -
HSV(B) 196.19º 0.93% 0.53% -
XYZ 9.14 11.11 24.59 -
YUV 77.37 160.52 79.24 -
System Red Green Blue C M Y K H S L
Decimal 9 101 135 0.93 0.25 0 0.47 196.19 0.88 0.28
Hex 9 65 87 5D 19 0 2F C4 58 1C
Octal 11 145 207 135 31 0 57 304 130 34
Binary 1001 1100101 10000111 1011101 11001 0 101111 11000100 1011000 11100

Color Harmonies of #096587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096587

Black with #096587

Text Example


Text Example

White with #096587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096587; }

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

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

background-color css

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

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

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

border-color css

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

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

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