Html Css Color HEX #096191 Allports

📋 copy color: '#096191'

red 9 ◦ green 97 ◦ blue 145

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

Shades of Allports #096191

Tints of Allports #096191

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.65%

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

R = 3.59%
G = 38.65%
B = 57.77%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#096191 (or 0x096191) is known color: Allports. HEX triplet: 09, 61 and 91. RGB value is (9,97,145). Sum of RGB (Red+Green+Blue) = 9+97+145=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #096191 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096191 is #F69E6E. Grayscale: #4B4B4B. Windows color (decimal): -16162415 or 9527561. OLE color: 9527561.

HSL color Cylindrical-coordinate representation of color #096191: hue angle of 201.18º 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 #096191 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 97 145 -
CMYK 0.94 0.33 0 0.43
HSL 201.18º 0.88% 0.3% -
HSV(B) 201.18º 0.94% 0.57% -
XYZ 9.5 10.65 28.34 -
YUV 76.16 166.85 80.1 -
System Red Green Blue C M Y K H S L
Decimal 9 97 145 0.94 0.33 0 0.43 201.18 0.88 0.3
Hex 9 61 91 5E 21 0 2B C9 58 1E
Octal 11 141 221 136 41 0 53 311 130 36
Binary 1001 1100001 10010001 1011110 100001 0 101011 11001001 1011000 11110

Color Harmonies of #096191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096191

Black with #096191

Text Example


Text Example

White with #096191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096191; }

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

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

background-color css

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

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

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

border-color css

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

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

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