Html Css Color HEX #096389 Allports

📋 copy color: '#096389'

red 9 ◦ green 99 ◦ blue 137

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

Shades of Allports #096389

Tints of Allports #096389

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.41%

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

R = 3.67%
G = 40.41%
B = 55.92%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#096389 (or 0x096389) is known color: Allports. HEX triplet: 09, 63 and 89. RGB value is (9,99,137). Sum of RGB (Red+Green+Blue) = 9+99+137=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 137 (53.91% from 255 or 55.92% from 245); Max value from RGB is 137 - color contains mainly: blue. Hex color #096389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096389 is #F69C76. Grayscale: #4C4C4C. Windows color (decimal): -16161911 or 9003785. OLE color: 9003785.

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

Color convert

RGB 9 99 137 -
CMYK 0.93 0.28 0 0.46
HSL 197.81º 0.88% 0.29% -
HSV(B) 197.81º 0.93% 0.54% -
XYZ 9.09 10.79 25.27 -
YUV 76.42 162.18 79.91 -
System Red Green Blue C M Y K H S L
Decimal 9 99 137 0.93 0.28 0 0.46 197.81 0.88 0.29
Hex 9 63 89 5D 1C 0 2E C6 58 1D
Octal 11 143 211 135 34 0 56 306 130 35
Binary 1001 1100011 10001001 1011101 11100 0 101110 11000110 1011000 11101

Color Harmonies of #096389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096389

Black with #096389

Text Example


Text Example

White with #096389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096389; }

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

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

background-color css

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

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

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

border-color css

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

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

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