Html Css Color HEX #015FD6 Navy Blue

📋 copy color: '#015FD6'

red 1 ◦ green 95 ◦ blue 214

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

Shades of Navy Blue #015FD6

Tints of Navy Blue #015FD6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.65%

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

R = 0.32%
G = 30.65%
B = 69.03%

CMYK

 C value IS 1.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#015FD6 (or 0x015FD6) is known color: Navy Blue. HEX triplet: 01, 5F and D6. RGB value is (1,95,214). Sum of RGB (Red+Green+Blue) = 1+95+214=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 214 (83.98% from 255 or 69.03% from 310); Max value from RGB is 214 - color contains mainly: blue. Hex color #015FD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015FD6 is #FEA029. Grayscale: #4F4F4F. Windows color (decimal): -16687146 or 14049025. OLE color: 14049025.

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

Color convert

RGB 1 95 214 -
CMYK 1.00 0.56 0 0.16
HSL 213.52º 0.99% 0.42% -
HSV(B) 213.52º 1% 0.84% -
XYZ 16.24 13.05 65.28 -
YUV 80.46 203.36 71.32 -
System Red Green Blue C M Y K H S L
Decimal 1 95 214 1.00 0.56 0 0.16 213.52 0.99 0.42
Hex 1 5F D6 64 38 0 10 D6 63 2A
Octal 1 137 326 144 70 0 20 326 143 52
Binary 1 1011111 11010110 1100100 111000 0 10000 11010110 1100011 101010

Color Harmonies of #015FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015FD6

Black with #015FD6

Text Example


Text Example

White with #015FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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