Html Css Color HEX #096985 Allports

📋 copy color: '#096985'

red 9 ◦ green 105 ◦ blue 133

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

Shades of Allports #096985

Tints of Allports #096985

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.51%

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

R = 3.64%
G = 42.51%
B = 53.85%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#096985 (or 0x096985) is known color: Allports. HEX triplet: 09, 69 and 85. RGB value is (9,105,133). Sum of RGB (Red+Green+Blue) = 9+105+133=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #096985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096985 is #F6967A. Grayscale: #4F4F4F. Windows color (decimal): -16160379 or 8743177. OLE color: 8743177.

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

Color convert

RGB 9 105 133 -
CMYK 0.93 0.21 0 0.48
HSL 193.55º 0.87% 0.28% -
HSV(B) 193.55º 0.93% 0.52% -
XYZ 9.4 11.85 23.98 -
YUV 79.49 158.2 77.72 -
System Red Green Blue C M Y K H S L
Decimal 9 105 133 0.93 0.21 0 0.48 193.55 0.87 0.28
Hex 9 69 85 5D 15 0 30 C2 57 1C
Octal 11 151 205 135 25 0 60 302 127 34
Binary 1001 1101001 10000101 1011101 10101 0 110000 11000010 1010111 11100

Color Harmonies of #096985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096985

Black with #096985

Text Example


Text Example

White with #096985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096985; }

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

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

background-color css

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

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

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

border-color css

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

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

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