Html Css Color HEX #096084 Allports

📋 copy color: '#096084'

red 9 ◦ green 96 ◦ blue 132

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

Shades of Allports #096084

Tints of Allports #096084

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.51%

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

R = 3.8%
G = 40.51%
B = 55.7%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#096084 (or 0x096084) is known color: Allports. HEX triplet: 09, 60 and 84. RGB value is (9,96,132). Sum of RGB (Red+Green+Blue) = 9+96+132=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #096084 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096084 is #F69F7B. Grayscale: #494949. Windows color (decimal): -16162684 or 8675337. OLE color: 8675337.

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

Color convert

RGB 9 96 132 -
CMYK 0.93 0.27 0 0.48
HSL 197.56º 0.87% 0.28% -
HSV(B) 197.56º 0.93% 0.52% -
XYZ 8.46 10.09 23.33 -
YUV 74.09 160.68 81.57 -
System Red Green Blue C M Y K H S L
Decimal 9 96 132 0.93 0.27 0 0.48 197.56 0.87 0.28
Hex 9 60 84 5D 1B 0 30 C6 57 1C
Octal 11 140 204 135 33 0 60 306 127 34
Binary 1001 1100000 10000100 1011101 11011 0 110000 11000110 1010111 11100

Color Harmonies of #096084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096084

Black with #096084

Text Example


Text Example

White with #096084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096084; }

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

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

background-color css

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

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

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

border-color css

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

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

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