#001AFF

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

Shades of Blue #001AFF

Tints of Blue #001AFF

Color information

#001AFF (or 0x001AFF) is unknown color: approx Blue. HEX triplet: 00, 1A and FF. RGB value is (0,26,255). Sum of RGB (Red+Green+Blue) = 0+26+255=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 255 (100% from 255 or 90.75% from 281); Max value from RGB is 255 - color contains mainly: blue. Hex color #001AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001AFF is #FFE500. Grayscale: #2B2B2B. Windows color (decimal): -16770305 or 16718336. OLE color: 16718336.

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

Color convert

RGB026255-
CMYK10.9000
HSL233.88º100%50%-
HSV(B)233.88º100%100%-
XYZ18.427.9695.17-
YUV44.33246.8996.38-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 26 (10.55% from 255) = 9.25%
BLUE value IS 255 (100% from 255) = 90.75%
R=0%
G=9.25%
B=90.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal02625510.9000233.8810050
Hex01AFF645A00ea6432
Octal0323771441320035214462
Binary011010111111111100100101101000111010101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,26,255); }

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

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

 a { background-color: rgb(0,26,255); }

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

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

 span { border-color: rgb(0,26,255); }

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