Html Css Color HEX #096185 Allports

📋 copy color: '#096185'

red 9 ◦ green 97 ◦ blue 133

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

Shades of Allports #096185

Tints of Allports #096185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.59%

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

R = 3.77%
G = 40.59%
B = 55.65%

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

#096185 (or 0x096185) is known color: Allports. HEX triplet: 09, 61 and 85. RGB value is (9,97,133). Sum of RGB (Red+Green+Blue) = 9+97+133=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #096185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096185 is #F69E7A. Grayscale: #4A4A4A. Windows color (decimal): -16162427 or 8741129. OLE color: 8741129.

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

Color convert

RGB 9 97 133 -
CMYK 0.93 0.27 0 0.48
HSL 197.42º 0.87% 0.28% -
HSV(B) 197.42º 0.93% 0.52% -
XYZ 8.62 10.3 23.72 -
YUV 74.79 160.85 81.07 -
System Red Green Blue C M Y K H S L
Decimal 9 97 133 0.93 0.27 0 0.48 197.42 0.87 0.28
Hex 9 61 85 5D 1B 0 30 C5 57 1C
Octal 11 141 205 135 33 0 60 305 127 34
Binary 1001 1100001 10000101 1011101 11011 0 110000 11000101 1010111 11100

Color Harmonies of #096185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096185

Black with #096185

Text Example


Text Example

White with #096185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096185; }

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

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

background-color css

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

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

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

border-color css

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

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

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