Html Css Color HEX #015DD6 Navy Blue

📋 copy color: '#015DD6'

red 1 ◦ green 93 ◦ blue 214

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

Shades of Navy Blue #015DD6

Tints of Navy Blue #015DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 69.48%

R = 0.32%
G = 30.19%
B = 69.48%

CMYK

 C value IS 1.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#015DD6 (or 0x015DD6) is known color: Navy Blue. HEX triplet: 01, 5D and D6. RGB value is (1,93,214). Sum of RGB (Red+Green+Blue) = 1+93+214=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 214 (83.98% from 255 or 69.48% from 308); Max value from RGB is 214 - color contains mainly: blue. Hex color #015DD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015DD6 is #FEA229. Grayscale: #4E4E4E. Windows color (decimal): -16687658 or 14048513. OLE color: 14048513.

HSL color Cylindrical-coordinate representation of color #015DD6: hue angle of 214.08º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015DD6 is Cyan = 1.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 1 93 214 -
CMYK 1.00 0.57 0 0.16
HSL 214.08º 0.99% 0.42% -
HSV(B) 214.08º 1% 0.84% -
XYZ 16.06 12.69 65.22 -
YUV 79.29 204.02 72.16 -
System Red Green Blue C M Y K H S L
Decimal 1 93 214 1.00 0.57 0 0.16 214.08 0.99 0.42
Hex 1 5D D6 64 39 0 10 D6 63 2A
Octal 1 135 326 144 71 0 20 326 143 52
Binary 1 1011101 11010110 1100100 111001 0 10000 11010110 1100011 101010

Color Harmonies of #015DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015DD6

Black with #015DD6

Text Example


Text Example

White with #015DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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