Html Css Color HEX #096A8E Allports

📋 copy color: '#096A8E'

red 9 ◦ green 106 ◦ blue 142

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

Shades of Allports #096A8E

Tints of Allports #096A8E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.25%

 BLUE value IS 142 (55.86% from 255) = 55.25%

R = 3.5%
G = 41.25%
B = 55.25%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#096A8E (or 0x096A8E) is known color: Allports. HEX triplet: 09, 6A and 8E. RGB value is (9,106,142). Sum of RGB (Red+Green+Blue) = 9+106+142=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 142 (55.86% from 255 or 55.25% from 257); Max value from RGB is 142 - color contains mainly: blue. Hex color #096A8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096A8E is #F69571. Grayscale: #505050. Windows color (decimal): -16160114 or 9333257. OLE color: 9333257.

HSL color Cylindrical-coordinate representation of color #096A8E: hue angle of 196.24º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096A8E is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 106 142 -
CMYK 0.94 0.25 0 0.44
HSL 196.24º 0.88% 0.3% -
HSV(B) 196.24º 0.94% 0.56% -
XYZ 10.15 12.32 27.43 -
YUV 81.1 162.36 76.57 -
System Red Green Blue C M Y K H S L
Decimal 9 106 142 0.94 0.25 0 0.44 196.24 0.88 0.3
Hex 9 6A 8E 5E 19 0 2C C4 58 1E
Octal 11 152 216 136 31 0 54 304 130 36
Binary 1001 1101010 10001110 1011110 11001 0 101100 11000100 1011000 11110

Color Harmonies of #096A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096A8E

Black with #096A8E

Text Example


Text Example

White with #096A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,106,142); }

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

background-color css

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

 a { background-color: rgb(9,106,142); }

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

border-color css

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

 span { border-color: rgb(9,106,142); }

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