Html Css Color HEX #096B89 Allports

📋 copy color: '#096B89'

red 9 ◦ green 107 ◦ blue 137

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

Shades of Allports #096B89

Tints of Allports #096B89

RGB

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

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

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

R = 3.56%
G = 42.29%
B = 54.15%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#096B89 (or 0x096B89) is known color: Allports. HEX triplet: 09, 6B and 89. RGB value is (9,107,137). Sum of RGB (Red+Green+Blue) = 9+107+137=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 107 (42.19% from 255 or 42.29% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #096B89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096B89 is #F69476. Grayscale: #505050. Windows color (decimal): -16159863 or 9005833. OLE color: 9005833.

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

Color convert

RGB 9 107 137 -
CMYK 0.93 0.22 0 0.46
HSL 194.06º 0.88% 0.29% -
HSV(B) 194.06º 0.93% 0.54% -
XYZ 9.89 12.38 25.54 -
YUV 81.12 159.53 76.56 -
System Red Green Blue C M Y K H S L
Decimal 9 107 137 0.93 0.22 0 0.46 194.06 0.88 0.29
Hex 9 6B 89 5D 16 0 2E C2 58 1D
Octal 11 153 211 135 26 0 56 302 130 35
Binary 1001 1101011 10001001 1011101 10110 0 101110 11000010 1011000 11101

Color Harmonies of #096B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B89

Black with #096B89

Text Example


Text Example

White with #096B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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