Html Css Color HEX #015BDC Navy Blue

📋 copy color: '#015BDC'

red 1 ◦ green 91 ◦ blue 220

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

Shades of Navy Blue #015BDC

Tints of Navy Blue #015BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.17%

 BLUE value IS 220 (86.33% from 255) = 70.51%

R = 0.32%
G = 29.17%
B = 70.51%

CMYK

 C value IS 1.00

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#015BDC (or 0x015BDC) is known color: Navy Blue. HEX triplet: 01, 5B and DC. RGB value is (1,91,220). Sum of RGB (Red+Green+Blue) = 1+91+220=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 220 (86.33% from 255 or 70.51% from 312); Max value from RGB is 220 - color contains mainly: blue. Hex color #015BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015BDC is #FEA423. Grayscale: #4E4E4E. Windows color (decimal): -16688164 or 14441217. OLE color: 14441217.

HSL color Cylindrical-coordinate representation of color #015BDC: hue angle of 215.34º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015BDC is Cyan = 1.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 91 220 -
CMYK 1.00 0.59 0 0.14
HSL 215.34º 0.99% 0.43% -
HSV(B) 215.34º 1% 0.86% -
XYZ 16.67 12.66 69.27 -
YUV 78.8 207.68 72.51 -
System Red Green Blue C M Y K H S L
Decimal 1 91 220 1.00 0.59 0 0.14 215.34 0.99 0.43
Hex 1 5B DC 64 3B 0 E D7 63 2B
Octal 1 133 334 144 73 0 16 327 143 53
Binary 1 1011011 11011100 1100100 111011 0 1110 11010111 1100011 101011

Color Harmonies of #015BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015BDC

Black with #015BDC

Text Example


Text Example

White with #015BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,91,220); }

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

background-color css

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

 a { background-color: rgb(1,91,220); }

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

border-color css

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

 span { border-color: rgb(1,91,220); }

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