Html Css Color HEX #096A84 Allports

📋 copy color: '#096A84'

red 9 ◦ green 106 ◦ blue 132

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

Shades of Allports #096A84

Tints of Allports #096A84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 53.44%

R = 3.64%
G = 42.91%
B = 53.44%

CMYK

 C value IS 0.93

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#096A84 (or 0x096A84) is known color: Allports. HEX triplet: 09, 6A and 84. RGB value is (9,106,132). Sum of RGB (Red+Green+Blue) = 9+106+132=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 106 (41.80% from 255 or 42.91% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #096A84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096A84 is #F6957B. Grayscale: #4F4F4F. Windows color (decimal): -16160124 or 8677897. OLE color: 8677897.

HSL color Cylindrical-coordinate representation of color #096A84: hue angle of 192.68º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096A84 is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 106 132 -
CMYK 0.93 0.20 0 0.48
HSL 192.68º 0.87% 0.28% -
HSV(B) 192.68º 0.93% 0.52% -
XYZ 9.43 12.03 23.66 -
YUV 79.96 157.36 77.39 -
System Red Green Blue C M Y K H S L
Decimal 9 106 132 0.93 0.20 0 0.48 192.68 0.87 0.28
Hex 9 6A 84 5D 14 0 30 C1 57 1C
Octal 11 152 204 135 24 0 60 301 127 34
Binary 1001 1101010 10000100 1011101 10100 0 110000 11000001 1010111 11100

Color Harmonies of #096A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096A84

Black with #096A84

Text Example


Text Example

White with #096A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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