Html Css Color HEX #096584 Allports

📋 copy color: '#096584'

red 9 ◦ green 101 ◦ blue 132

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

Shades of Allports #096584

Tints of Allports #096584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 54.55%

R = 3.72%
G = 41.74%
B = 54.55%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#096584 (or 0x096584) is known color: Allports. HEX triplet: 09, 65 and 84. RGB value is (9,101,132). Sum of RGB (Red+Green+Blue) = 9+101+132=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #096584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096584 is #F69A7B. Grayscale: #4C4C4C. Windows color (decimal): -16161404 or 8676617. OLE color: 8676617.

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

Color convert

RGB 9 101 132 -
CMYK 0.93 0.23 0 0.48
HSL 195.12º 0.87% 0.28% -
HSV(B) 195.12º 0.93% 0.52% -
XYZ 8.93 11.03 23.49 -
YUV 77.03 159.02 79.48 -
System Red Green Blue C M Y K H S L
Decimal 9 101 132 0.93 0.23 0 0.48 195.12 0.87 0.28
Hex 9 65 84 5D 17 0 30 C3 57 1C
Octal 11 145 204 135 27 0 60 303 127 34
Binary 1001 1100101 10000100 1011101 10111 0 110000 11000011 1010111 11100

Color Harmonies of #096584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096584

Black with #096584

Text Example


Text Example

White with #096584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096584; }

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

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

background-color css

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

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

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

border-color css

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

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

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