Html Css Color HEX #015DC1 Navy Blue

📋 copy color: '#015DC1'

red 1 ◦ green 93 ◦ blue 193

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

Shades of Navy Blue #015DC1

Tints of Navy Blue #015DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 67.25%

R = 0.35%
G = 32.4%
B = 67.25%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#015DC1 (or 0x015DC1) is known color: Navy Blue. HEX triplet: 01, 5D and C1. RGB value is (1,93,193). Sum of RGB (Red+Green+Blue) = 1+93+193=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 193 (75.78% from 255 or 67.25% from 287); Max value from RGB is 193 - color contains mainly: blue. Hex color #015DC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015DC1 is #FEA23E. Grayscale: #4C4C4C. Windows color (decimal): -16687679 or 12672257. OLE color: 12672257.

HSL color Cylindrical-coordinate representation of color #015DC1: hue angle of 211.25º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015DC1 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 93 193 -
CMYK 0.99 0.52 0 0.24
HSL 211.25º 0.99% 0.38% -
HSV(B) 211.25º 0.99% 0.76% -
XYZ 13.55 11.69 51.99 -
YUV 76.89 193.52 73.87 -
System Red Green Blue C M Y K H S L
Decimal 1 93 193 0.99 0.52 0 0.24 211.25 0.99 0.38
Hex 1 5D C1 63 34 0 18 D3 63 26
Octal 1 135 301 143 64 0 30 323 143 46
Binary 1 1011101 11000001 1100011 110100 0 11000 11010011 1100011 100110

Color Harmonies of #015DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015DC1

Black with #015DC1

Text Example


Text Example

White with #015DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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