#0001FC

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

Shades of Blue #0001FC

Tints of Blue #0001FC

Color information

#0001FC (or 0x0001FC) is unknown color: approx Blue. HEX triplet: 00, 01 and FC. RGB value is (0,1,252). Sum of RGB (Red+Green+Blue) = 0+1+252=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 252 (98.83% from 255 or 99.60% from 253); Max value from RGB is 252 - color contains mainly: blue. Hex color #0001FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0001FC is #FFFE03. Grayscale: #1C1C1C. Windows color (decimal): -16776708 or 16515328. OLE color: 16515328.

HSL color Cylindrical-coordinate representation of color #0001FC: hue angle of 239.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0001FC is Cyan = 1, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB01252-
CMYK11.0000.01
HSL239.76º100%49.41%-
HSV(B)239.76º100%98.82%-
XYZ17.587.0592.53-
YUV29.32253.67107.09-

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.40%
BLUE value IS 252 (98.83% from 255) = 99.60%
R=0%
G=0.40%
B=99.60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal0125211.0000.01239.7610049.41
Hex01FC646401f06431
Octal013741441440136014461
Binary01111111001100100110010001111100001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0001FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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