Html Css Color HEX #015AD1 Navy Blue

📋 copy color: '#015AD1'

red 1 ◦ green 90 ◦ blue 209

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

Shades of Navy Blue #015AD1

Tints of Navy Blue #015AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 69.67%

R = 0.33%
G = 30%
B = 69.67%

CMYK

 C value IS 1.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#015AD1 (or 0x015AD1) is known color: Navy Blue. HEX triplet: 01, 5A and D1. RGB value is (1,90,209). Sum of RGB (Red+Green+Blue) = 1+90+209=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 209 (82.03% from 255 or 69.67% from 300); Max value from RGB is 209 - color contains mainly: blue. Hex color #015AD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015AD1 is #FEA52E. Grayscale: #4C4C4C. Windows color (decimal): -16688431 or 13720065. OLE color: 13720065.

HSL color Cylindrical-coordinate representation of color #015AD1: hue angle of 214.33º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015AD1 is Cyan = 1.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 90 209 -
CMYK 1.00 0.57 0 0.18
HSL 214.33º 0.99% 0.41% -
HSV(B) 214.33º 1% 0.82% -
XYZ 15.18 11.92 61.82 -
YUV 76.96 202.51 73.82 -
System Red Green Blue C M Y K H S L
Decimal 1 90 209 1.00 0.57 0 0.18 214.33 0.99 0.41
Hex 1 5A D1 64 39 0 12 D6 63 29
Octal 1 132 321 144 71 0 22 326 143 51
Binary 1 1011010 11010001 1100100 111001 0 10010 11010110 1100011 101001

Color Harmonies of #015AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015AD1

Black with #015AD1

Text Example


Text Example

White with #015AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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