Html Css Color HEX #096B87 Allports

📋 copy color: '#096B87'

red 9 ◦ green 107 ◦ blue 135

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

Shades of Allports #096B87

Tints of Allports #096B87

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.63%

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

R = 3.59%
G = 42.63%
B = 53.78%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#096B87 (or 0x096B87) is known color: Allports. HEX triplet: 09, 6B and 87. RGB value is (9,107,135). Sum of RGB (Red+Green+Blue) = 9+107+135=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 135 (53.12% from 255 or 53.78% from 251); Max value from RGB is 135 - color contains mainly: blue. Hex color #096B87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096B87 is #F69478. Grayscale: #505050. Windows color (decimal): -16159865 or 8874761. OLE color: 8874761.

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

Color convert

RGB 9 107 135 -
CMYK 0.93 0.21 0 0.47
HSL 193.33º 0.88% 0.28% -
HSV(B) 193.33º 0.93% 0.53% -
XYZ 9.74 12.32 24.79 -
YUV 80.89 158.53 76.72 -
System Red Green Blue C M Y K H S L
Decimal 9 107 135 0.93 0.21 0 0.47 193.33 0.88 0.28
Hex 9 6B 87 5D 15 0 2F C1 58 1C
Octal 11 153 207 135 25 0 57 301 130 34
Binary 1001 1101011 10000111 1011101 10101 0 101111 11000001 1011000 11100

Color Harmonies of #096B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B87

Black with #096B87

Text Example


Text Example

White with #096B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096B87; }

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

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

background-color css

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

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

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

border-color css

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

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

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