Html Css Color HEX #096188 Allports

📋 copy color: '#096188'

red 9 ◦ green 97 ◦ blue 136

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

Shades of Allports #096188

Tints of Allports #096188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.08%

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

R = 3.72%
G = 40.08%
B = 56.2%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#096188 (or 0x096188) is known color: Allports. HEX triplet: 09, 61 and 88. RGB value is (9,97,136). Sum of RGB (Red+Green+Blue) = 9+97+136=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #096188 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096188 is #F69E77. Grayscale: #4A4A4A. Windows color (decimal): -16162424 or 8937737. OLE color: 8937737.

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

Color convert

RGB 9 97 136 -
CMYK 0.93 0.29 0 0.47
HSL 198.43º 0.88% 0.28% -
HSV(B) 198.43º 0.93% 0.53% -
XYZ 8.83 10.39 24.83 -
YUV 75.13 162.35 80.83 -
System Red Green Blue C M Y K H S L
Decimal 9 97 136 0.93 0.29 0 0.47 198.43 0.88 0.28
Hex 9 61 88 5D 1D 0 2F C6 58 1C
Octal 11 141 210 135 35 0 57 306 130 34
Binary 1001 1100001 10001000 1011101 11101 0 101111 11000110 1011000 11100

Color Harmonies of #096188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096188

Black with #096188

Text Example


Text Example

White with #096188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096188; }

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

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

background-color css

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

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

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

border-color css

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

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

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