Html Css Color HEX #015ED9 Navy Blue

📋 copy color: '#015ED9'

red 1 ◦ green 94 ◦ blue 217

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

Shades of Navy Blue #015ED9

Tints of Navy Blue #015ED9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.13%

 BLUE value IS 217 (85.16% from 255) = 69.55%

R = 0.32%
G = 30.13%
B = 69.55%

CMYK

 C value IS 1.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#015ED9 (or 0x015ED9) is known color: Navy Blue. HEX triplet: 01, 5E and D9. RGB value is (1,94,217). Sum of RGB (Red+Green+Blue) = 1+94+217=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 217 (85.16% from 255 or 69.55% from 312); Max value from RGB is 217 - color contains mainly: blue. Hex color #015ED9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015ED9 is #FEA126. Grayscale: #4F4F4F. Windows color (decimal): -16687399 or 14245377. OLE color: 14245377.

HSL color Cylindrical-coordinate representation of color #015ED9: hue angle of 214.17º 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 #015ED9 is Cyan = 1.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 1 94 217 -
CMYK 1.00 0.57 0 0.15
HSL 214.17º 0.99% 0.43% -
HSV(B) 214.17º 1% 0.85% -
XYZ 16.54 13.02 67.29 -
YUV 80.22 205.19 71.5 -
System Red Green Blue C M Y K H S L
Decimal 1 94 217 1.00 0.57 0 0.15 214.17 0.99 0.43
Hex 1 5E D9 64 39 0 F D6 63 2B
Octal 1 136 331 144 71 0 17 326 143 53
Binary 1 1011110 11011001 1100100 111001 0 1111 11010110 1100011 101011

Color Harmonies of #015ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015ED9

Black with #015ED9

Text Example


Text Example

White with #015ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,94,217); }

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

background-color css

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

 a { background-color: rgb(1,94,217); }

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

border-color css

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

 span { border-color: rgb(1,94,217); }

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