Html Css Color HEX #096981 Allports

📋 copy color: '#096981'

red 9 ◦ green 105 ◦ blue 129

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

Shades of Allports #096981

Tints of Allports #096981

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.21%

 BLUE value IS 129 (50.78% from 255) = 53.09%

R = 3.7%
G = 43.21%
B = 53.09%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#096981 (or 0x096981) is known color: Allports. HEX triplet: 09, 69 and 81. RGB value is (9,105,129). Sum of RGB (Red+Green+Blue) = 9+105+129=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 129 (50.78% from 255 or 53.09% from 243); Max value from RGB is 129 - color contains mainly: blue. Hex color #096981 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096981 is #F6967E. Grayscale: #4E4E4E. Windows color (decimal): -16160383 or 8481033. OLE color: 8481033.

HSL color Cylindrical-coordinate representation of color #096981: hue angle of 192º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096981 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 9 105 129 -
CMYK 0.93 0.19 0 0.49
HSL 192º 0.87% 0.27% -
HSV(B) 192º 0.93% 0.51% -
XYZ 9.13 11.75 22.56 -
YUV 79.03 156.2 78.05 -
System Red Green Blue C M Y K H S L
Decimal 9 105 129 0.93 0.19 0 0.49 192 0.87 0.27
Hex 9 69 81 5D 13 0 31 C0 57 1B
Octal 11 151 201 135 23 0 61 300 127 33
Binary 1001 1101001 10000001 1011101 10011 0 110001 11000000 1010111 11011

Color Harmonies of #096981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096981

Black with #096981

Text Example


Text Example

White with #096981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096981; }

 p { color: rgb(9,105,129); }

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

background-color css

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

 a { background-color: rgb(9,105,129); }

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

border-color css

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

 span { border-color: rgb(9,105,129); }

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