Html Css Color HEX #015DEC Navy Blue

📋 copy color: '#015DEC'

red 1 ◦ green 93 ◦ blue 236

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

Shades of Navy Blue #015DEC

Tints of Navy Blue #015DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 71.52%

R = 0.3%
G = 28.18%
B = 71.52%

CMYK

 C value IS 1.00

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#015DEC (or 0x015DEC) is known color: Navy Blue. HEX triplet: 01, 5D and EC. RGB value is (1,93,236). Sum of RGB (Red+Green+Blue) = 1+93+236=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 236 (92.58% from 255 or 71.52% from 330); Max value from RGB is 236 - color contains mainly: blue. Hex color #015DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015DEC is #FEA213. Grayscale: #515151. Windows color (decimal): -16687636 or 15490305. OLE color: 15490305.

HSL color Cylindrical-coordinate representation of color #015DEC: hue angle of 216.51º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015DEC is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 93 236 -
CMYK 1.00 0.61 0 0.07
HSL 216.51º 0.99% 0.46% -
HSV(B) 216.51º 1% 0.93% -
XYZ 19.07 13.89 81.03 -
YUV 81.79 215.02 70.37 -
System Red Green Blue C M Y K H S L
Decimal 1 93 236 1.00 0.61 0 0.07 216.51 0.99 0.46
Hex 1 5D EC 64 3D 0 7 D9 63 2E
Octal 1 135 354 144 75 0 7 331 143 56
Binary 1 1011101 11101100 1100100 111101 0 111 11011001 1100011 101110

Color Harmonies of #015DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015DEC

Black with #015DEC

Text Example


Text Example

White with #015DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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