Html Css Color HEX #096882 Allports

📋 copy color: '#096882'

red 9 ◦ green 104 ◦ blue 130

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

Shades of Allports #096882

Tints of Allports #096882

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.8%

 BLUE value IS 130 (51.17% from 255) = 53.5%

R = 3.7%
G = 42.8%
B = 53.5%

CMYK

 C value IS 0.93

 M value IS 0.2

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#096882 (or 0x096882) is known color: Allports. HEX triplet: 09, 68 and 82. RGB value is (9,104,130). Sum of RGB (Red+Green+Blue) = 9+104+130=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #096882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096882 is #F6977D. Grayscale: #4E4E4E. Windows color (decimal): -16160638 or 8546313. OLE color: 8546313.

HSL color Cylindrical-coordinate representation of color #096882: hue angle of 192.89º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096882 is Cyan = 0.93, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 9 104 130 -
CMYK 0.93 0.2 0 0.49
HSL 192.89º 0.87% 0.27% -
HSV(B) 192.89º 0.93% 0.51% -
XYZ 9.09 11.57 22.87 -
YUV 78.56 157.03 78.39 -
System Red Green Blue C M Y K H S L
Decimal 9 104 130 0.93 0.2 0 0.49 192.89 0.87 0.27
Hex 9 68 82 5D 14 0 31 C1 57 1B
Octal 11 150 202 135 24 0 61 301 127 33
Binary 1001 1101000 10000010 1011101 10100 0 110001 11000001 1010111 11011

Color Harmonies of #096882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096882

Black with #096882

Text Example


Text Example

White with #096882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096882; }

 p { color: rgb(9,104,130); }

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

background-color css

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

 a { background-color: rgb(9,104,130); }

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

border-color css

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

 span { border-color: rgb(9,104,130); }

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