Html Css Color HEX #096989 Allports

📋 copy color: '#096989'

red 9 ◦ green 105 ◦ blue 137

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

Shades of Allports #096989

Tints of Allports #096989

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.83%

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

R = 3.59%
G = 41.83%
B = 54.58%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#096989 (or 0x096989) is known color: Allports. HEX triplet: 09, 69 and 89. RGB value is (9,105,137). Sum of RGB (Red+Green+Blue) = 9+105+137=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #096989 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096989 is #F69676. Grayscale: #4F4F4F. Windows color (decimal): -16160375 or 9005321. OLE color: 9005321.

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

Color convert

RGB 9 105 137 -
CMYK 0.93 0.23 0 0.46
HSL 195º 0.88% 0.29% -
HSV(B) 195º 0.93% 0.54% -
XYZ 9.68 11.97 25.47 -
YUV 79.94 160.2 77.4 -
System Red Green Blue C M Y K H S L
Decimal 9 105 137 0.93 0.23 0 0.46 195 0.88 0.29
Hex 9 69 89 5D 17 0 2E C3 58 1D
Octal 11 151 211 135 27 0 56 303 130 35
Binary 1001 1101001 10001001 1011101 10111 0 101110 11000011 1011000 11101

Color Harmonies of #096989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096989

Black with #096989

Text Example


Text Example

White with #096989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096989; }

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

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

background-color css

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

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

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

border-color css

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

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

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