Html Css Color HEX #015DD8 Navy Blue

📋 copy color: '#015DD8'

red 1 ◦ green 93 ◦ blue 216

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

Shades of Navy Blue #015DD8

Tints of Navy Blue #015DD8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30%

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

R = 0.32%
G = 30%
B = 69.68%

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

#015DD8 (or 0x015DD8) is known color: Navy Blue. HEX triplet: 01, 5D and D8. RGB value is (1,93,216). Sum of RGB (Red+Green+Blue) = 1+93+216=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 216 (84.77% from 255 or 69.68% from 310); Max value from RGB is 216 - color contains mainly: blue. Hex color #015DD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015DD8 is #FEA227. Grayscale: #4E4E4E. Windows color (decimal): -16687656 or 14179585. OLE color: 14179585.

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

Color convert

RGB 1 93 216 -
CMYK 1.00 0.57 0 0.15
HSL 214.33º 0.99% 0.43% -
HSV(B) 214.33º 1% 0.85% -
XYZ 16.32 12.79 66.57 -
YUV 79.51 205.02 72 -
System Red Green Blue C M Y K H S L
Decimal 1 93 216 1.00 0.57 0 0.15 214.33 0.99 0.43
Hex 1 5D D8 64 39 0 F D6 63 2B
Octal 1 135 330 144 71 0 17 326 143 53
Binary 1 1011101 11011000 1100100 111001 0 1111 11010110 1100011 101011

Color Harmonies of #015DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015DD8

Black with #015DD8

Text Example


Text Example

White with #015DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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