Html Css Color HEX #096189 Allports

📋 copy color: '#096189'

red 9 ◦ green 97 ◦ blue 137

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

Shades of Allports #096189

Tints of Allports #096189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 56.38%

R = 3.7%
G = 39.92%
B = 56.38%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#096189 (or 0x096189) is known color: Allports. HEX triplet: 09, 61 and 89. RGB value is (9,97,137). Sum of RGB (Red+Green+Blue) = 9+97+137=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #096189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096189 is #F69E76. Grayscale: #4B4B4B. Windows color (decimal): -16162423 or 9003273. OLE color: 9003273.

HSL color Cylindrical-coordinate representation of color #096189: hue angle of 198.75º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096189 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 97 137 -
CMYK 0.93 0.29 0 0.46
HSL 198.75º 0.88% 0.29% -
HSV(B) 198.75º 0.93% 0.54% -
XYZ 8.9 10.41 25.21 -
YUV 75.25 162.85 80.75 -
System Red Green Blue C M Y K H S L
Decimal 9 97 137 0.93 0.29 0 0.46 198.75 0.88 0.29
Hex 9 61 89 5D 1D 0 2E C7 58 1D
Octal 11 141 211 135 35 0 56 307 130 35
Binary 1001 1100001 10001001 1011101 11101 0 101110 11000111 1011000 11101

Color Harmonies of #096189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096189

Black with #096189

Text Example


Text Example

White with #096189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096189; }

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

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

background-color css

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

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

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

border-color css

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

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

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