Html Css Color HEX #096286 Allports

📋 copy color: '#096286'

red 9 ◦ green 98 ◦ blue 134

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

Shades of Allports #096286

Tints of Allports #096286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.66%

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

R = 3.73%
G = 40.66%
B = 55.6%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#096286 (or 0x096286) is known color: Allports. HEX triplet: 09, 62 and 86. RGB value is (9,98,134). Sum of RGB (Red+Green+Blue) = 9+98+134=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #096286 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096286 is #F69D79. Grayscale: #4B4B4B. Windows color (decimal): -16162170 or 8806921. OLE color: 8806921.

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

Color convert

RGB 9 98 134 -
CMYK 0.93 0.27 0 0.47
HSL 197.28º 0.87% 0.28% -
HSV(B) 197.28º 0.93% 0.53% -
XYZ 8.78 10.51 24.12 -
YUV 75.49 161.01 80.57 -
System Red Green Blue C M Y K H S L
Decimal 9 98 134 0.93 0.27 0 0.47 197.28 0.87 0.28
Hex 9 62 86 5D 1B 0 2F C5 57 1C
Octal 11 142 206 135 33 0 57 305 127 34
Binary 1001 1100010 10000110 1011101 11011 0 101111 11000101 1010111 11100

Color Harmonies of #096286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096286

Black with #096286

Text Example


Text Example

White with #096286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096286; }

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

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

background-color css

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

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

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

border-color css

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

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

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