Html Css Color HEX #015DFF Navy Blue

📋 copy color: '#015DFF'

red 1 ◦ green 93 ◦ blue 255

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

Shades of Navy Blue #015DFF

Tints of Navy Blue #015DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 73.07%

R = 0.29%
G = 26.65%
B = 73.07%

CMYK

 C value IS 1.00

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#015DFF (or 0x015DFF) is known color: Navy Blue. HEX triplet: 01, 5D and FF. RGB value is (1,93,255). Sum of RGB (Red+Green+Blue) = 1+93+255=349 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #015DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015DFF is #FEA200. Grayscale: #535353. Windows color (decimal): -16687617 or 16735489. OLE color: 16735489.

HSL color Cylindrical-coordinate representation of color #015DFF: hue angle of 218.27º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015DFF is Cyan = 1.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 1 93 255 -
CMYK 1.00 0.64 0 0
HSL 218.27º 1% 0.5% -
HSV(B) 218.27º 1% 1% -
XYZ 21.98 15.06 96.36 -
YUV 83.96 224.52 68.83 -
System Red Green Blue C M Y K H S L
Decimal 1 93 255 1.00 0.64 0 0 218.27 1 0.5
Hex 1 5D FF 64 40 0 0 DA 64 32
Octal 1 135 377 144 100 0 0 332 144 62
Binary 1 1011101 11111111 1100100 1000000 0 0 11011010 1100100 110010

Color Harmonies of #015DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015DFF

Black with #015DFF

Text Example


Text Example

White with #015DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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