#001CCC

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

Shades of Medium Blue #001CCC

Tints of Medium Blue #001CCC

Color information

#001CCC (or 0x001CCC) is unknown color: approx Medium Blue. HEX triplet: 00, 1C and CC. RGB value is (0,28,204). Sum of RGB (Red+Green+Blue) = 0+28+204=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 204 (80.08% from 255 or 87.93% from 232); Max value from RGB is 204 - color contains mainly: blue. Hex color #001CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001CCC is #FFE333. Grayscale: #262626. Windows color (decimal): -16769844 or 13376512. OLE color: 13376512.

HSL color Cylindrical-coordinate representation of color #001CCC: hue angle of 231.76º 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 #001CCC is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB028204-
CMYK10.8600.2
HSL231.76º100%40%-
HSV(B)231.76º100%80%-
XYZ11.315.1957.53-
YUV39.69220.7299.69-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 28 (11.33% from 255) = 12.07%
BLUE value IS 204 (80.08% from 255) = 87.93%
R=0%
G=12.07%
B=87.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal02820410.8600.2231.7610040
Hex01CCC6456014e86428
Octal03431414412602435014450
Binary0111001100110011001001010110010100111010001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001CCC; }

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

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

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

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

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

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

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

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