#0011CC

Color #0011CC Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0011CC

Tints of Medium Blue #0011CC

Color information

#0011CC (or 0x0011CC) is unknown color: approx Medium Blue. HEX triplet: 00, 11 and CC. RGB value is (0,17,204). Sum of RGB (Red+Green+Blue) = 0+17+204=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 204 (80.08% from 255 or 92.31% from 221); Max value from RGB is 204 - color contains mainly: blue. Hex color #0011CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0011CC is #FFEE33. Grayscale: #202020. Windows color (decimal): -16772660 or 13373696. OLE color: 13373696.

HSL color Cylindrical-coordinate representation of color #0011CC: hue angle of 235º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0011CC is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB017204-
CMYK10.9200.2
HSL235º100%40%-
HSV(B)235º100%80%-
XYZ11.14.7657.46-
YUV33.24224.37104.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 17 (7.03% from 255) = 7.69%
BLUE value IS 204 (80.08% from 255) = 92.31%
R=0%
G=7.69%
B=92.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal01720410.9200.223510040
Hex011CC645C014eb6428
Octal02131414413402435314450
Binary0100011100110011001001011100010100111010111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0011CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0011CC; }

 p { color: rgb(0,17,204); }

 H1.HeaderClassName
 {
   color: #0011CC;
 }
 .AnyTagClassName
 {
   color: #0011CC;
 }
</style>
background-color css

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

 a { background-color: rgb(0,17,204); }

 div.DivClassName
 {
   background-color: #0011CC;
 }
 .BgClassName
 {
   background-color: #0011CC;
 }
</style>
border-color css

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

 span { border-color: rgb(0,17,204); }

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