Html Css Color HEX #096585 Allports

📋 copy color: '#096585'

red 9 ◦ green 101 ◦ blue 133

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

Shades of Allports #096585

Tints of Allports #096585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.56%

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

R = 3.7%
G = 41.56%
B = 54.73%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#096585 (or 0x096585) is known color: Allports. HEX triplet: 09, 65 and 85. RGB value is (9,101,133). Sum of RGB (Red+Green+Blue) = 9+101+133=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #096585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096585 is #F69A7A. Grayscale: #4C4C4C. Windows color (decimal): -16161403 or 8742153. OLE color: 8742153.

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

Color convert

RGB 9 101 133 -
CMYK 0.93 0.24 0 0.48
HSL 195.48º 0.87% 0.28% -
HSV(B) 195.48º 0.93% 0.52% -
XYZ 9 11.06 23.85 -
YUV 77.14 159.52 79.4 -
System Red Green Blue C M Y K H S L
Decimal 9 101 133 0.93 0.24 0 0.48 195.48 0.87 0.28
Hex 9 65 85 5D 18 0 30 C3 57 1C
Octal 11 145 205 135 30 0 60 303 127 34
Binary 1001 1100101 10000101 1011101 11000 0 110000 11000011 1010111 11100

Color Harmonies of #096585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096585

Black with #096585

Text Example


Text Example

White with #096585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096585; }

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

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

background-color css

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

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

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

border-color css

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

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

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