Html Css Color HEX #096091 Allports

📋 copy color: '#096091'

red 9 ◦ green 96 ◦ blue 145

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

Shades of Allports #096091

Tints of Allports #096091

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.4%

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

R = 3.6%
G = 38.4%
B = 58%

CMYK

 C value IS 0.94

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#096091 (or 0x096091) is known color: Allports. HEX triplet: 09, 60 and 91. RGB value is (9,96,145). Sum of RGB (Red+Green+Blue) = 9+96+145=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #096091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096091 is #F69F6E. Grayscale: #4B4B4B. Windows color (decimal): -16162671 or 9527305. OLE color: 9527305.

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

Color convert

RGB 9 96 145 -
CMYK 0.94 0.34 0 0.43
HSL 201.62º 0.88% 0.3% -
HSV(B) 201.62º 0.94% 0.57% -
XYZ 9.41 10.47 28.31 -
YUV 75.57 167.18 80.52 -
System Red Green Blue C M Y K H S L
Decimal 9 96 145 0.94 0.34 0 0.43 201.62 0.88 0.3
Hex 9 60 91 5E 22 0 2B CA 58 1E
Octal 11 140 221 136 42 0 53 312 130 36
Binary 1001 1100000 10010001 1011110 100010 0 101011 11001010 1011000 11110

Color Harmonies of #096091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096091

Black with #096091

Text Example


Text Example

White with #096091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096091; }

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

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

background-color css

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

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

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

border-color css

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

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

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