Html Css Color HEX #096485 Allports

📋 copy color: '#096485'

red 9 ◦ green 100 ◦ blue 133

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

Shades of Allports #096485

Tints of Allports #096485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.32%

 BLUE value IS 133 (52.34% from 255) = 54.96%

R = 3.72%
G = 41.32%
B = 54.96%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#096485 (or 0x096485) is known color: Allports. HEX triplet: 09, 64 and 85. RGB value is (9,100,133). Sum of RGB (Red+Green+Blue) = 9+100+133=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #096485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096485 is #F69B7A. Grayscale: #4C4C4C. Windows color (decimal): -16161659 or 8741897. OLE color: 8741897.

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

Color convert

RGB 9 100 133 -
CMYK 0.93 0.25 0 0.48
HSL 195.97º 0.87% 0.28% -
HSV(B) 195.97º 0.93% 0.52% -
XYZ 8.9 10.87 23.82 -
YUV 76.55 159.85 79.82 -
System Red Green Blue C M Y K H S L
Decimal 9 100 133 0.93 0.25 0 0.48 195.97 0.87 0.28
Hex 9 64 85 5D 19 0 30 C4 57 1C
Octal 11 144 205 135 31 0 60 304 127 34
Binary 1001 1100100 10000101 1011101 11001 0 110000 11000100 1010111 11100

Color Harmonies of #096485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096485

Black with #096485

Text Example


Text Example

White with #096485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096485; }

 p { color: rgb(9,100,133); }

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

background-color css

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

 a { background-color: rgb(9,100,133); }

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

border-color css

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

 span { border-color: rgb(9,100,133); }

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