Html Css Color HEX #096D8E Allports

📋 copy color: '#096D8E'

red 9 ◦ green 109 ◦ blue 142

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

Shades of Allports #096D8E

Tints of Allports #096D8E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 41.92%

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

R = 3.46%
G = 41.92%
B = 54.62%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#096D8E (or 0x096D8E) is known color: Allports. HEX triplet: 09, 6D and 8E. RGB value is (9,109,142). Sum of RGB (Red+Green+Blue) = 9+109+142=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 142 (55.86% from 255 or 54.62% from 260); Max value from RGB is 142 - color contains mainly: blue. Hex color #096D8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096D8E is #F69271. Grayscale: #525252. Windows color (decimal): -16159346 or 9334025. OLE color: 9334025.

HSL color Cylindrical-coordinate representation of color #096D8E: hue angle of 194.89º 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 #096D8E is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 109 142 -
CMYK 0.94 0.23 0 0.44
HSL 194.89º 0.88% 0.3% -
HSV(B) 194.89º 0.94% 0.56% -
XYZ 10.46 12.95 27.54 -
YUV 82.86 161.37 75.32 -
System Red Green Blue C M Y K H S L
Decimal 9 109 142 0.94 0.23 0 0.44 194.89 0.88 0.3
Hex 9 6D 8E 5E 17 0 2C C3 58 1E
Octal 11 155 216 136 27 0 54 303 130 36
Binary 1001 1101101 10001110 1011110 10111 0 101100 11000011 1011000 11110

Color Harmonies of #096D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096D8E

Black with #096D8E

Text Example


Text Example

White with #096D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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