#001cce

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

Shades of Medium Blue #001CCE

Tints of Medium Blue #001CCE

Color information

#001CCE (or 0x001CCE) is unknown color: approx Medium Blue. HEX triplet: 00, 1C and CE. RGB value is (0,28,206). Sum of RGB (Red+Green+Blue) = 0+28+206=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 206 (80.86% from 255 or 88.03% from 234); Max value from RGB is 206 - color contains mainly: blue. Hex color #001CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001CCE is #FFE331. Grayscale: #272727. Windows color (decimal): -16769842 or 13507584. OLE color: 13507584.

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

Color convert

RGB028206-
CMYK10.8600.19
HSL231.84º100%40.39%-
HSV(B)231.84º100%80.78%-
XYZ11.565.2958.8-
YUV39.92221.7299.53-

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.97%
BLUE value IS 206 (80.86% from 255) = 88.03%
R=0%
G=11.97%
B=88.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal02820610.8600.19231.8410040.39
Hex01CCE6456013e86428
Octal03431614412602335014450
Binary0111001100111011001001010110010011111010001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001cce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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