Html Css Color HEX #0811C9 Medium Blue

📋 copy color: '#0811C9'

red 8 ◦ green 17 ◦ blue 201

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

Shades of Medium Blue #0811C9

Tints of Medium Blue #0811C9

RGB

 RED value IS 8 (3.52% from 255) = 3.54%

 GREEN value IS 17 (7.03% from 255) = 7.52%

 BLUE value IS 201 (78.91% from 255) = 88.94%

R = 3.54%
G = 7.52%
B = 88.94%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0811C9 (or 0x0811C9) is known color: Medium Blue. HEX triplet: 08, 11 and C9. RGB value is (8,17,201). Sum of RGB (Red+Green+Blue) = 8+17+201=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 201 (78.91% from 255 or 88.94% from 226); Max value from RGB is 201 - color contains mainly: blue. Hex color #0811C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0811C9 is #F7EE36. Grayscale: #222222. Windows color (decimal): -16248375 or 13177096. OLE color: 13177096.

HSL color Cylindrical-coordinate representation of color #0811C9: hue angle of 237.2º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0811C9 is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 8 17 201 -
CMYK 0.96 0.92 0 0.21
HSL 237.2º 0.92% 0.41% -
HSV(B) 237.2º 0.96% 0.79% -
XYZ 10.84 4.67 55.59 -
YUV 35.29 221.52 108.54 -
System Red Green Blue C M Y K H S L
Decimal 8 17 201 0.96 0.92 0 0.21 237.2 0.92 0.41
Hex 8 11 C9 60 5C 0 15 ED 5C 29
Octal 10 21 311 140 134 0 25 355 134 51
Binary 1000 10001 11001001 1100000 1011100 0 10101 11101101 1011100 101001

Color Harmonies of #0811C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0811C9

Black with #0811C9

Text Example


Text Example

White with #0811C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0811C9; }

 p { color: rgb(8,17,201); }

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

background-color css

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

 a { background-color: rgb(8,17,201); }

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

border-color css

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

 span { border-color: rgb(8,17,201); }

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