Html Css Color HEX #096685 Allports

📋 copy color: '#096685'

red 9 ◦ green 102 ◦ blue 133

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

Shades of Allports #096685

Tints of Allports #096685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.8%

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

R = 3.69%
G = 41.8%
B = 54.51%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#096685 (or 0x096685) is known color: Allports. HEX triplet: 09, 66 and 85. RGB value is (9,102,133). Sum of RGB (Red+Green+Blue) = 9+102+133=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 133 (52.34% from 255 or 54.51% from 244); Max value from RGB is 133 - color contains mainly: blue. Hex color #096685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096685 is #F6997A. Grayscale: #4D4D4D. Windows color (decimal): -16161147 or 8742409. OLE color: 8742409.

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

Color convert

RGB 9 102 133 -
CMYK 0.93 0.23 0 0.48
HSL 195º 0.87% 0.28% -
HSV(B) 195º 0.93% 0.52% -
XYZ 9.1 11.25 23.88 -
YUV 77.73 159.19 78.98 -
System Red Green Blue C M Y K H S L
Decimal 9 102 133 0.93 0.23 0 0.48 195 0.87 0.28
Hex 9 66 85 5D 17 0 30 C3 57 1C
Octal 11 146 205 135 27 0 60 303 127 34
Binary 1001 1100110 10000101 1011101 10111 0 110000 11000011 1010111 11100

Color Harmonies of #096685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096685

Black with #096685

Text Example


Text Example

White with #096685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096685; }

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

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

background-color css

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

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

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

border-color css

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

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

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