Html Css Color HEX #096786 Allports

📋 copy color: '#096786'

red 9 ◦ green 103 ◦ blue 134

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

Shades of Allports #096786

Tints of Allports #096786

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.87%

 BLUE value IS 134 (52.73% from 255) = 54.47%

R = 3.66%
G = 41.87%
B = 54.47%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#096786 (or 0x096786) is known color: Allports. HEX triplet: 09, 67 and 86. RGB value is (9,103,134). Sum of RGB (Red+Green+Blue) = 9+103+134=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 134 (52.73% from 255 or 54.47% from 246); Max value from RGB is 134 - color contains mainly: blue. Hex color #096786 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096786 is #F69879. Grayscale: #4E4E4E. Windows color (decimal): -16160890 or 8808201. OLE color: 8808201.

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

Color convert

RGB 9 103 134 -
CMYK 0.93 0.23 0 0.47
HSL 194.88º 0.87% 0.28% -
HSV(B) 194.88º 0.93% 0.53% -
XYZ 9.27 11.48 24.28 -
YUV 78.43 159.36 78.48 -
System Red Green Blue C M Y K H S L
Decimal 9 103 134 0.93 0.23 0 0.47 194.88 0.87 0.28
Hex 9 67 86 5D 17 0 2F C3 57 1C
Octal 11 147 206 135 27 0 57 303 127 34
Binary 1001 1100111 10000110 1011101 10111 0 101111 11000011 1010111 11100

Color Harmonies of #096786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096786

Black with #096786

Text Example


Text Example

White with #096786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096786; }

 p { color: rgb(9,103,134); }

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

background-color css

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

 a { background-color: rgb(9,103,134); }

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

border-color css

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

 span { border-color: rgb(9,103,134); }

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