Html Css Color HEX #015ADD Navy Blue

📋 copy color: '#015ADD'

red 1 ◦ green 90 ◦ blue 221

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

Shades of Navy Blue #015ADD

Tints of Navy Blue #015ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 70.83%

R = 0.32%
G = 28.85%
B = 70.83%

CMYK

 C value IS 1.00

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#015ADD (or 0x015ADD) is known color: Navy Blue. HEX triplet: 01, 5A and DD. RGB value is (1,90,221). Sum of RGB (Red+Green+Blue) = 1+90+221=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 221 (86.72% from 255 or 70.83% from 312); Max value from RGB is 221 - color contains mainly: blue. Hex color #015ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015ADD is #FEA522. Grayscale: #4D4D4D. Windows color (decimal): -16688419 or 14506497. OLE color: 14506497.

HSL color Cylindrical-coordinate representation of color #015ADD: hue angle of 215.73º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015ADD is Cyan = 1.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 90 221 -
CMYK 1.00 0.59 0 0.13
HSL 215.73º 0.99% 0.44% -
HSV(B) 215.73º 1% 0.87% -
XYZ 16.72 12.54 69.95 -
YUV 78.32 208.51 72.85 -
System Red Green Blue C M Y K H S L
Decimal 1 90 221 1.00 0.59 0 0.13 215.73 0.99 0.44
Hex 1 5A DD 64 3B 0 D D8 63 2C
Octal 1 132 335 144 73 0 15 330 143 54
Binary 1 1011010 11011101 1100100 111011 0 1101 11011000 1100011 101100

Color Harmonies of #015ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015ADD

Black with #015ADD

Text Example


Text Example

White with #015ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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