Html Css Color HEX #015AD8 Navy Blue

📋 copy color: '#015AD8'

red 1 ◦ green 90 ◦ blue 216

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

Shades of Navy Blue #015AD8

Tints of Navy Blue #015AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 70.36%

R = 0.33%
G = 29.32%
B = 70.36%

CMYK

 C value IS 1.00

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#015AD8 (or 0x015AD8) is known color: Navy Blue. HEX triplet: 01, 5A and D8. RGB value is (1,90,216). Sum of RGB (Red+Green+Blue) = 1+90+216=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 216 (84.77% from 255 or 70.36% from 307); Max value from RGB is 216 - color contains mainly: blue. Hex color #015AD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015AD8 is #FEA527. Grayscale: #4D4D4D. Windows color (decimal): -16688424 or 14178817. OLE color: 14178817.

HSL color Cylindrical-coordinate representation of color #015AD8: hue angle of 215.16º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015AD8 is Cyan = 1.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 1 90 216 -
CMYK 1.00 0.58 0 0.15
HSL 215.16º 0.99% 0.43% -
HSV(B) 215.16º 1% 0.85% -
XYZ 16.06 12.28 66.49 -
YUV 77.75 206.01 73.25 -
System Red Green Blue C M Y K H S L
Decimal 1 90 216 1.00 0.58 0 0.15 215.16 0.99 0.43
Hex 1 5A D8 64 3A 0 F D7 63 2B
Octal 1 132 330 144 72 0 17 327 143 53
Binary 1 1011010 11011000 1100100 111010 0 1111 11010111 1100011 101011

Color Harmonies of #015AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015AD8

Black with #015AD8

Text Example


Text Example

White with #015AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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