Html Css Color HEX #096682 Allports

📋 copy color: '#096682'

red 9 ◦ green 102 ◦ blue 130

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

Shades of Allports #096682

Tints of Allports #096682

RGB

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

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

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

R = 3.73%
G = 42.32%
B = 53.94%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#096682 (or 0x096682) is known color: Allports. HEX triplet: 09, 66 and 82. RGB value is (9,102,130). Sum of RGB (Red+Green+Blue) = 9+102+130=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #096682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096682 is #F6997D. Grayscale: #4D4D4D. Windows color (decimal): -16161150 or 8545801. OLE color: 8545801.

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

Color convert

RGB 9 102 130 -
CMYK 0.93 0.22 0 0.49
HSL 193.88º 0.87% 0.27% -
HSV(B) 193.88º 0.93% 0.51% -
XYZ 8.89 11.17 22.81 -
YUV 77.39 157.69 79.22 -
System Red Green Blue C M Y K H S L
Decimal 9 102 130 0.93 0.22 0 0.49 193.88 0.87 0.27
Hex 9 66 82 5D 16 0 31 C2 57 1B
Octal 11 146 202 135 26 0 61 302 127 33
Binary 1001 1100110 10000010 1011101 10110 0 110001 11000010 1010111 11011

Color Harmonies of #096682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096682

Black with #096682

Text Example


Text Example

White with #096682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096682; }

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

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

background-color css

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

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

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

border-color css

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

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

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