Html Css Color HEX #096489 Allports

📋 copy color: '#096489'

red 9 ◦ green 100 ◦ blue 137

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

Shades of Allports #096489

Tints of Allports #096489

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.65%

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

R = 3.66%
G = 40.65%
B = 55.69%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#096489 (or 0x096489) is known color: Allports. HEX triplet: 09, 64 and 89. RGB value is (9,100,137). Sum of RGB (Red+Green+Blue) = 9+100+137=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 137 (53.91% from 255 or 55.69% from 246); Max value from RGB is 137 - color contains mainly: blue. Hex color #096489 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096489 is #F69B76. Grayscale: #4C4C4C. Windows color (decimal): -16161655 or 9004041. OLE color: 9004041.

HSL color Cylindrical-coordinate representation of color #096489: hue angle of 197.34º 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 #096489 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 100 137 -
CMYK 0.93 0.27 0 0.46
HSL 197.34º 0.88% 0.29% -
HSV(B) 197.34º 0.93% 0.54% -
XYZ 9.19 10.98 25.3 -
YUV 77.01 161.85 79.49 -
System Red Green Blue C M Y K H S L
Decimal 9 100 137 0.93 0.27 0 0.46 197.34 0.88 0.29
Hex 9 64 89 5D 1B 0 2E C5 58 1D
Octal 11 144 211 135 33 0 56 305 130 35
Binary 1001 1100100 10001001 1011101 11011 0 101110 11000101 1011000 11101

Color Harmonies of #096489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096489

Black with #096489

Text Example


Text Example

White with #096489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096489; }

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

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

background-color css

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

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

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

border-color css

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

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

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