Html Css Color HEX #096684 Allports

📋 copy color: '#096684'

red 9 ◦ green 102 ◦ blue 132

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

Shades of Allports #096684

Tints of Allports #096684

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.98%

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

R = 3.7%
G = 41.98%
B = 54.32%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#096684 (or 0x096684) is known color: Allports. HEX triplet: 09, 66 and 84. RGB value is (9,102,132). Sum of RGB (Red+Green+Blue) = 9+102+132=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #096684 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096684 is #F6997B. Grayscale: #4D4D4D. Windows color (decimal): -16161148 or 8676873. OLE color: 8676873.

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

Color convert

RGB 9 102 132 -
CMYK 0.93 0.23 0 0.48
HSL 194.63º 0.87% 0.28% -
HSV(B) 194.63º 0.93% 0.52% -
XYZ 9.03 11.23 23.52 -
YUV 77.61 158.69 79.06 -
System Red Green Blue C M Y K H S L
Decimal 9 102 132 0.93 0.23 0 0.48 194.63 0.87 0.28
Hex 9 66 84 5D 17 0 30 C3 57 1C
Octal 11 146 204 135 27 0 60 303 127 34
Binary 1001 1100110 10000100 1011101 10111 0 110000 11000011 1010111 11100

Color Harmonies of #096684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096684

Black with #096684

Text Example


Text Example

White with #096684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096684; }

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

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

background-color css

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

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

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

border-color css

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

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

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