Html Css Color HEX #001AFF Blue

📋 copy color: '#001AFF'

red 0 ◦ green 26 ◦ blue 255

#001AFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #001AFF

Tints of Blue #001AFF

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 value IS 1

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#001AFF (or 0x001AFF) is known color: 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

RGB 0 26 255 -
CMYK 1 0.90 0 0
HSL 233.88º 1% 0.5% -
HSV(B) 233.88º 1% 1% -
XYZ 18.42 7.96 95.17 -
YUV 44.33 246.89 96.38 -
System Red Green Blue C M Y K H S L
Decimal 0 26 255 1 0.90 0 0 233.88 1 0.5
Hex 0 1A FF 64 5A 0 0 EA 64 32
Octal 0 32 377 144 132 0 0 352 144 62
Binary 0 11010 11111111 1100100 1011010 0 0 11101010 1100100 110010

Color Harmonies of #001AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001AFF

Black with #001AFF

Text Example


Text Example

White with #001AFF

Text Example


Text Example

HTML Codes & Css Web 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>