#0001CC

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

Shades of Medium Blue #0001CC

Tints of Medium Blue #0001CC

Color information

#0001CC (or 0x0001CC) is unknown color: approx Medium Blue. HEX triplet: 00, 01 and CC. RGB value is (0,1,204). Sum of RGB (Red+Green+Blue) = 0+1+204=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 204 (80.08% from 255 or 99.51% from 205); Max value from RGB is 204 - color contains mainly: blue. Hex color #0001CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0001CC is #FFFE33. Grayscale: #171717. Windows color (decimal): -16776756 or 13369600. OLE color: 13369600.

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

Color convert

RGB01204-
CMYK11.0000.2
HSL239.71º100%40%-
HSV(B)239.71º100%80%-
XYZ10.914.3857.4-
YUV23.84229.67110.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 204 (80.08% from 255) = 99.51%
R=0%
G=0.49%
B=99.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal0120411.0000.2239.7110040
Hex01CC6464014f06428
Octal0131414414402436014450
Binary011100110011001001100100010100111100001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0001CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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