Html Css Color HEX #015BCA Navy Blue

📋 copy color: '#015BCA'

red 1 ◦ green 91 ◦ blue 202

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

Shades of Navy Blue #015BCA

Tints of Navy Blue #015BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 68.71%

R = 0.34%
G = 30.95%
B = 68.71%

CMYK

 C value IS 1.00

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#015BCA (or 0x015BCA) is known color: Navy Blue. HEX triplet: 01, 5B and CA. RGB value is (1,91,202). Sum of RGB (Red+Green+Blue) = 1+91+202=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 202 (79.30% from 255 or 68.71% from 294); Max value from RGB is 202 - color contains mainly: blue. Hex color #015BCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015BCA is #FEA435. Grayscale: #4C4C4C. Windows color (decimal): -16688182 or 13261569. OLE color: 13261569.

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

Color convert

RGB 1 91 202 -
CMYK 1.00 0.55 0 0.21
HSL 213.13º 0.99% 0.4% -
HSV(B) 213.13º 1% 0.79% -
XYZ 14.41 11.75 57.39 -
YUV 76.74 198.68 73.97 -
System Red Green Blue C M Y K H S L
Decimal 1 91 202 1.00 0.55 0 0.21 213.13 0.99 0.4
Hex 1 5B CA 64 37 0 15 D5 63 28
Octal 1 133 312 144 67 0 25 325 143 50
Binary 1 1011011 11001010 1100100 110111 0 10101 11010101 1100011 101000

Color Harmonies of #015BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015BCA

Black with #015BCA

Text Example


Text Example

White with #015BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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