Html Css Color HEX #096888 Allports

📋 copy color: '#096888'

red 9 ◦ green 104 ◦ blue 136

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

Shades of Allports #096888

Tints of Allports #096888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 54.62%

R = 3.61%
G = 41.77%
B = 54.62%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#096888 (or 0x096888) is known color: Allports. HEX triplet: 09, 68 and 88. RGB value is (9,104,136). Sum of RGB (Red+Green+Blue) = 9+104+136=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #096888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096888 is #F69777. Grayscale: #4F4F4F. Windows color (decimal): -16160632 or 8939529. OLE color: 8939529.

HSL color Cylindrical-coordinate representation of color #096888: hue angle of 195.12º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096888 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 104 136 -
CMYK 0.93 0.24 0 0.47
HSL 195.12º 0.88% 0.28% -
HSV(B) 195.12º 0.93% 0.53% -
XYZ 9.51 11.74 25.06 -
YUV 79.24 160.03 77.9 -
System Red Green Blue C M Y K H S L
Decimal 9 104 136 0.93 0.24 0 0.47 195.12 0.88 0.28
Hex 9 68 88 5D 18 0 2F C3 58 1C
Octal 11 150 210 135 30 0 57 303 130 34
Binary 1001 1101000 10001000 1011101 11000 0 101111 11000011 1011000 11100

Color Harmonies of #096888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096888

Black with #096888

Text Example


Text Example

White with #096888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096888; }

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

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

background-color css

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

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

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

border-color css

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

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

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