Html Css Color HEX #015ED8 Navy Blue

📋 copy color: '#015ED8'

red 1 ◦ green 94 ◦ blue 216

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

Shades of Navy Blue #015ED8

Tints of Navy Blue #015ED8

RGB

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

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

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

R = 0.32%
G = 30.23%
B = 69.45%

CMYK

 C value IS 1.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#015ED8 (or 0x015ED8) is known color: Navy Blue. HEX triplet: 01, 5E and D8. RGB value is (1,94,216). Sum of RGB (Red+Green+Blue) = 1+94+216=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 216 (84.77% from 255 or 69.45% from 311); Max value from RGB is 216 - color contains mainly: blue. Hex color #015ED8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015ED8 is #FEA127. Grayscale: #4F4F4F. Windows color (decimal): -16687400 or 14179841. OLE color: 14179841.

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

Color convert

RGB 1 94 216 -
CMYK 1.00 0.56 0 0.15
HSL 214.05º 0.99% 0.43% -
HSV(B) 214.05º 1% 0.85% -
XYZ 16.41 12.97 66.6 -
YUV 80.1 204.69 71.58 -
System Red Green Blue C M Y K H S L
Decimal 1 94 216 1.00 0.56 0 0.15 214.05 0.99 0.43
Hex 1 5E D8 64 38 0 F D6 63 2B
Octal 1 136 330 144 70 0 17 326 143 53
Binary 1 1011110 11011000 1100100 111000 0 1111 11010110 1100011 101011

Color Harmonies of #015ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015ED8

Black with #015ED8

Text Example


Text Example

White with #015ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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