Html Css Color HEX #015BCD Navy Blue

📋 copy color: '#015BCD'

red 1 ◦ green 91 ◦ blue 205

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

Shades of Navy Blue #015BCD

Tints of Navy Blue #015BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 69.02%

R = 0.34%
G = 30.64%
B = 69.02%

CMYK

 C value IS 1.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#015BCD (or 0x015BCD) is known color: Navy Blue. HEX triplet: 01, 5B and CD. RGB value is (1,91,205). Sum of RGB (Red+Green+Blue) = 1+91+205=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 205 (80.47% from 255 or 69.02% from 297); Max value from RGB is 205 - color contains mainly: blue. Hex color #015BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015BCD is #FEA432. Grayscale: #4C4C4C. Windows color (decimal): -16688179 or 13458177. OLE color: 13458177.

HSL color Cylindrical-coordinate representation of color #015BCD: hue angle of 213.53º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015BCD is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 91 205 -
CMYK 1.00 0.56 0 0.20
HSL 213.53º 0.99% 0.4% -
HSV(B) 213.53º 1% 0.8% -
XYZ 14.77 11.9 59.28 -
YUV 77.09 200.18 73.73 -
System Red Green Blue C M Y K H S L
Decimal 1 91 205 1.00 0.56 0 0.20 213.53 0.99 0.4
Hex 1 5B CD 64 38 0 14 D6 63 28
Octal 1 133 315 144 70 0 24 326 143 50
Binary 1 1011011 11001101 1100100 111000 0 10100 11010110 1100011 101000

Color Harmonies of #015BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015BCD

Black with #015BCD

Text Example


Text Example

White with #015BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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