Html Css Color HEX #096788 Allports

📋 copy color: '#096788'

red 9 ◦ green 103 ◦ blue 136

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

Shades of Allports #096788

Tints of Allports #096788

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.53%

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

R = 3.63%
G = 41.53%
B = 54.84%

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

#096788 (or 0x096788) is known color: Allports. HEX triplet: 09, 67 and 88. RGB value is (9,103,136). Sum of RGB (Red+Green+Blue) = 9+103+136=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #096788 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096788 is #F69877. Grayscale: #4E4E4E. Windows color (decimal): -16160888 or 8939273. OLE color: 8939273.

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

Color convert

RGB 9 103 136 -
CMYK 0.93 0.24 0 0.47
HSL 195.59º 0.88% 0.28% -
HSV(B) 195.59º 0.93% 0.53% -
XYZ 9.41 11.54 25.02 -
YUV 78.66 160.36 78.32 -
System Red Green Blue C M Y K H S L
Decimal 9 103 136 0.93 0.24 0 0.47 195.59 0.88 0.28
Hex 9 67 88 5D 18 0 2F C4 58 1C
Octal 11 147 210 135 30 0 57 304 130 34
Binary 1001 1100111 10001000 1011101 11000 0 101111 11000100 1011000 11100

Color Harmonies of #096788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096788

Black with #096788

Text Example


Text Example

White with #096788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096788; }

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

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

background-color css

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

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

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

border-color css

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

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

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