Html Css Color HEX #015AFB Navy Blue

📋 copy color: '#015AFB'

red 1 ◦ green 90 ◦ blue 251

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

Shades of Navy Blue #015AFB

Tints of Navy Blue #015AFB

RGB

 RED value IS 1 (0.78% from 255) = 0.29%

 GREEN value IS 90 (35.55% from 255) = 26.32%

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

R = 0.29%
G = 26.32%
B = 73.39%

CMYK

 C value IS 1.00

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#015AFB (or 0x015AFB) is known color: Navy Blue. HEX triplet: 01, 5A and FB. RGB value is (1,90,251). Sum of RGB (Red+Green+Blue) = 1+90+251=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 251 (98.44% from 255 or 73.39% from 342); Max value from RGB is 251 - color contains mainly: blue. Hex color #015AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015AFB is #FEA504. Grayscale: #515151. Windows color (decimal): -16688389 or 16472577. OLE color: 16472577.

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

Color convert

RGB 1 90 251 -
CMYK 1.00 0.64 0 0.02
HSL 218.64º 0.99% 0.49% -
HSV(B) 218.64º 1% 0.98% -
XYZ 21.08 14.28 92.91 -
YUV 81.74 223.51 70.41 -
System Red Green Blue C M Y K H S L
Decimal 1 90 251 1.00 0.64 0 0.02 218.64 0.99 0.49
Hex 1 5A FB 64 40 0 2 DB 63 31
Octal 1 132 373 144 100 0 2 333 143 61
Binary 1 1011010 11111011 1100100 1000000 0 10 11011011 1100011 110001

Color Harmonies of #015AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015AFB

Black with #015AFB

Text Example


Text Example

White with #015AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,90,251); }

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

background-color css

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

 a { background-color: rgb(1,90,251); }

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

border-color css

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

 span { border-color: rgb(1,90,251); }

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