Html Css Color HEX #096691 Allports

📋 copy color: '#096691'

red 9 ◦ green 102 ◦ blue 145

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

Shades of Allports #096691

Tints of Allports #096691

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.84%

 BLUE value IS 145 (57.03% from 255) = 56.64%

R = 3.52%
G = 39.84%
B = 56.64%

CMYK

 C value IS 0.94

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#096691 (or 0x096691) is known color: Allports. HEX triplet: 09, 66 and 91. RGB value is (9,102,145). Sum of RGB (Red+Green+Blue) = 9+102+145=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #096691 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096691 is #F6996E. Grayscale: #4E4E4E. Windows color (decimal): -16161135 or 9528841. OLE color: 9528841.

HSL color Cylindrical-coordinate representation of color #096691: hue angle of 198.97º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096691 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 102 145 -
CMYK 0.94 0.30 0 0.43
HSL 198.97º 0.88% 0.3% -
HSV(B) 198.97º 0.94% 0.57% -
XYZ 9.97 11.61 28.5 -
YUV 79.1 165.19 78 -
System Red Green Blue C M Y K H S L
Decimal 9 102 145 0.94 0.30 0 0.43 198.97 0.88 0.3
Hex 9 66 91 5E 1E 0 2B C7 58 1E
Octal 11 146 221 136 36 0 53 307 130 36
Binary 1001 1100110 10010001 1011110 11110 0 101011 11000111 1011000 11110

Color Harmonies of #096691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096691

Black with #096691

Text Example


Text Example

White with #096691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096691; }

 p { color: rgb(9,102,145); }

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

background-color css

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

 a { background-color: rgb(9,102,145); }

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

border-color css

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

 span { border-color: rgb(9,102,145); }

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