Html Css Color HEX #096885 Allports

📋 copy color: '#096885'

red 9 ◦ green 104 ◦ blue 133

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

Shades of Allports #096885

Tints of Allports #096885

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.28%

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

R = 3.66%
G = 42.28%
B = 54.07%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#096885 (or 0x096885) is known color: Allports. HEX triplet: 09, 68 and 85. RGB value is (9,104,133). Sum of RGB (Red+Green+Blue) = 9+104+133=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #096885 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096885 is #F6977A. Grayscale: #4E4E4E. Windows color (decimal): -16160635 or 8742921. OLE color: 8742921.

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

Color convert

RGB 9 104 133 -
CMYK 0.93 0.22 0 0.48
HSL 194.03º 0.87% 0.28% -
HSV(B) 194.03º 0.93% 0.52% -
XYZ 9.3 11.65 23.95 -
YUV 78.9 158.53 78.14 -
System Red Green Blue C M Y K H S L
Decimal 9 104 133 0.93 0.22 0 0.48 194.03 0.87 0.28
Hex 9 68 85 5D 16 0 30 C2 57 1C
Octal 11 150 205 135 26 0 60 302 127 34
Binary 1001 1101000 10000101 1011101 10110 0 110000 11000010 1010111 11100

Color Harmonies of #096885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096885

Black with #096885

Text Example


Text Example

White with #096885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096885; }

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

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

background-color css

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

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

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

border-color css

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

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

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