Html Css Color HEX #096085 Allports

📋 copy color: '#096085'

red 9 ◦ green 96 ◦ blue 133

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

Shades of Allports #096085

Tints of Allports #096085

RGB

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

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

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

R = 3.78%
G = 40.34%
B = 55.88%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#096085 (or 0x096085) is known color: Allports. HEX triplet: 09, 60 and 85. RGB value is (9,96,133). Sum of RGB (Red+Green+Blue) = 9+96+133=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #096085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096085 is #F69F7A. Grayscale: #494949. Windows color (decimal): -16162683 or 8740873. OLE color: 8740873.

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

Color convert

RGB 9 96 133 -
CMYK 0.93 0.28 0 0.48
HSL 197.9º 0.87% 0.28% -
HSV(B) 197.9º 0.93% 0.52% -
XYZ 8.53 10.12 23.69 -
YUV 74.21 161.18 81.49 -
System Red Green Blue C M Y K H S L
Decimal 9 96 133 0.93 0.28 0 0.48 197.9 0.87 0.28
Hex 9 60 85 5D 1C 0 30 C6 57 1C
Octal 11 140 205 135 34 0 60 306 127 34
Binary 1001 1100000 10000101 1011101 11100 0 110000 11000110 1010111 11100

Color Harmonies of #096085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096085

Black with #096085

Text Example


Text Example

White with #096085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096085; }

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

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

background-color css

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

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

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

border-color css

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

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

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