Html Css Color HEX #096F89 Allports

📋 copy color: '#096F89'

red 9 ◦ green 111 ◦ blue 137

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

Shades of Allports #096F89

Tints of Allports #096F89

RGB

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

 GREEN value IS 111 (43.75% from 255) = 43.19%

 BLUE value IS 137 (53.91% from 255) = 53.31%

R = 3.5%
G = 43.19%
B = 53.31%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#096F89 (or 0x096F89) is known color: Allports. HEX triplet: 09, 6F and 89. RGB value is (9,111,137). Sum of RGB (Red+Green+Blue) = 9+111+137=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #096F89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096F89 is #F69076. Grayscale: #535353. Windows color (decimal): -16158839 or 9006857. OLE color: 9006857.

HSL color Cylindrical-coordinate representation of color #096F89: hue angle of 192.19º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096F89 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 111 137 -
CMYK 0.93 0.19 0 0.46
HSL 192.19º 0.88% 0.29% -
HSV(B) 192.19º 0.93% 0.54% -
XYZ 10.31 13.23 25.68 -
YUV 83.47 158.21 74.89 -
System Red Green Blue C M Y K H S L
Decimal 9 111 137 0.93 0.19 0 0.46 192.19 0.88 0.29
Hex 9 6F 89 5D 13 0 2E C0 58 1D
Octal 11 157 211 135 23 0 56 300 130 35
Binary 1001 1101111 10001001 1011101 10011 0 101110 11000000 1011000 11101

Color Harmonies of #096F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F89

Black with #096F89

Text Example


Text Example

White with #096F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,111,137); }

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

background-color css

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

 a { background-color: rgb(9,111,137); }

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

border-color css

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

 span { border-color: rgb(9,111,137); }

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