#001FCC

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

Shades of Medium Blue #001FCC

Tints of Medium Blue #001FCC

Color information

#001FCC (or 0x001FCC) is unknown color: approx Medium Blue. HEX triplet: 00, 1F and CC. RGB value is (0,31,204). Sum of RGB (Red+Green+Blue) = 0+31+204=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 204 (80.08% from 255 or 86.81% from 235); Max value from RGB is 204 - color contains mainly: blue. Hex color #001FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001FCC is #FFE033. Grayscale: #282828. Windows color (decimal): -16769076 or 13377280. OLE color: 13377280.

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

Color convert

RGB031204-
CMYK10.8500.2
HSL230.88º100%40%-
HSV(B)230.88º100%80%-
XYZ11.395.3457.56-
YUV41.45219.7398.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 31 (12.5% from 255) = 13.19%
BLUE value IS 204 (80.08% from 255) = 86.81%
R=0%
G=13.19%
B=86.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal03120410.8500.2230.8810040
Hex01FCC6455014e76428
Octal03731414412502434714450
Binary0111111100110011001001010101010100111001111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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