#0133FC

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

Shades of Blue #0133FC

Tints of Blue #0133FC

Color information

#0133FC (or 0x0133FC) is unknown color: approx Blue. HEX triplet: 01, 33 and FC. RGB value is (1,51,252). Sum of RGB (Red+Green+Blue) = 1+51+252=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 252 (98.83% from 255 or 82.89% from 304); Max value from RGB is 252 - color contains mainly: blue. Hex color #0133FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0133FC is #FECC03. Grayscale: #3A3A3A. Windows color (decimal): -16698372 or 16528129. OLE color: 16528129.

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

Color convert

RGB151252-
CMYK1.000.8000.01
HSL228.05º99.21%49.61%-
HSV(B)228.05º99.6%98.82%-
XYZ18.779.492.92-
YUV58.96236.9486.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 51 (20.31% from 255) = 16.78%
BLUE value IS 252 (98.83% from 255) = 82.89%
R=0.33%
G=16.78%
B=82.89%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1512521.000.8000.01228.0599.2149.61
Hex133FC645001e46332
Octal1633741441200134414362
Binary1110011111111001100100101000001111001001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0133FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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