Html Css Color HEX #096884 Allports

📋 copy color: '#096884'

red 9 ◦ green 104 ◦ blue 132

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

Shades of Allports #096884

Tints of Allports #096884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 53.88%

R = 3.67%
G = 42.45%
B = 53.88%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#096884 (or 0x096884) is known color: Allports. HEX triplet: 09, 68 and 84. RGB value is (9,104,132). Sum of RGB (Red+Green+Blue) = 9+104+132=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #096884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096884 is #F6977B. Grayscale: #4E4E4E. Windows color (decimal): -16160636 or 8677385. OLE color: 8677385.

HSL color Cylindrical-coordinate representation of color #096884: hue angle of 193.66º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096884 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 104 132 -
CMYK 0.93 0.21 0 0.48
HSL 193.66º 0.87% 0.28% -
HSV(B) 193.66º 0.93% 0.52% -
XYZ 9.23 11.62 23.59 -
YUV 78.79 158.03 78.22 -
System Red Green Blue C M Y K H S L
Decimal 9 104 132 0.93 0.21 0 0.48 193.66 0.87 0.28
Hex 9 68 84 5D 15 0 30 C2 57 1C
Octal 11 150 204 135 25 0 60 302 127 34
Binary 1001 1101000 10000100 1011101 10101 0 110000 11000010 1010111 11100

Color Harmonies of #096884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096884

Black with #096884

Text Example


Text Example

White with #096884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096884; }

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

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

background-color css

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

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

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

border-color css

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

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

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