Html Css Color HEX #001AFB Blue

📋 copy color: '#001AFB'

red 0 ◦ green 26 ◦ blue 251

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

Shades of Blue #001AFB

Tints of Blue #001AFB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 26 (10.55% from 255) = 9.39%

 BLUE value IS 251 (98.44% from 255) = 90.61%

R = 0%
G = 9.39%
B = 90.61%

CMYK

 C value IS 1

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#001AFB (or 0x001AFB) is known color: Blue. HEX triplet: 00, 1A and FB. RGB value is (0,26,251). Sum of RGB (Red+Green+Blue) = 0+26+251=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 251 (98.44% from 255 or 90.61% from 277); Max value from RGB is 251 - color contains mainly: blue. Hex color #001AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001AFB is #FFE504. Grayscale: #2A2A2A. Windows color (decimal): -16770309 or 16456192. OLE color: 16456192.

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

Color convert

RGB 0 26 251 -
CMYK 1 0.90 0 0.02
HSL 233.78º 1% 0.49% -
HSV(B) 233.78º 1% 0.98% -
XYZ 17.78 7.7 91.82 -
YUV 43.88 244.89 96.7 -
System Red Green Blue C M Y K H S L
Decimal 0 26 251 1 0.90 0 0.02 233.78 1 0.49
Hex 0 1A FB 64 5A 0 2 EA 64 31
Octal 0 32 373 144 132 0 2 352 144 61
Binary 0 11010 11111011 1100100 1011010 0 10 11101010 1100100 110001

Color Harmonies of #001AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001AFB

Black with #001AFB

Text Example


Text Example

White with #001AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #001AFB;
 }
 .AnyTagClassName
 {
   color: #001AFB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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