#001CCF

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

Shades of Medium Blue #001CCF

Tints of Medium Blue #001CCF

Color information

#001CCF (or 0x001CCF) is unknown color: approx Medium Blue. HEX triplet: 00, 1C and CF. RGB value is (0,28,207). Sum of RGB (Red+Green+Blue) = 0+28+207=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 207 (81.25% from 255 or 88.09% from 235); Max value from RGB is 207 - color contains mainly: blue. Hex color #001CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001CCF is #FFE330. Grayscale: #272727. Windows color (decimal): -16769841 or 13573120. OLE color: 13573120.

HSL color Cylindrical-coordinate representation of color #001CCF: hue angle of 231.88º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001CCF is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB028207-
CMYK10.8600.19
HSL231.88º100%40.59%-
HSV(B)231.88º100%81.18%-
XYZ11.685.3459.45-
YUV40.03222.2299.45-

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) = 11.91%
BLUE value IS 207 (81.25% from 255) = 88.09%
R=0%
G=11.91%
B=88.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal02820710.8600.19231.8810040.59
Hex01CCF6456013e86429
Octal03431714412602335014451
Binary0111001100111111001001010110010011111010001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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