Html Css Color HEX #015BDA Navy Blue

📋 copy color: '#015BDA'

red 1 ◦ green 91 ◦ blue 218

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

Shades of Navy Blue #015BDA

Tints of Navy Blue #015BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 70.32%

R = 0.32%
G = 29.35%
B = 70.32%

CMYK

 C value IS 1.00

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#015BDA (or 0x015BDA) is known color: Navy Blue. HEX triplet: 01, 5B and DA. RGB value is (1,91,218). Sum of RGB (Red+Green+Blue) = 1+91+218=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 218 (85.55% from 255 or 70.32% from 310); Max value from RGB is 218 - color contains mainly: blue. Hex color #015BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015BDA is #FEA425. Grayscale: #4D4D4D. Windows color (decimal): -16688166 or 14310145. OLE color: 14310145.

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

Color convert

RGB 1 91 218 -
CMYK 1.00 0.58 0 0.15
HSL 215.12º 0.99% 0.43% -
HSV(B) 215.12º 1% 0.85% -
XYZ 16.41 12.55 67.89 -
YUV 78.57 206.68 72.67 -
System Red Green Blue C M Y K H S L
Decimal 1 91 218 1.00 0.58 0 0.15 215.12 0.99 0.43
Hex 1 5B DA 64 3A 0 F D7 63 2B
Octal 1 133 332 144 72 0 17 327 143 53
Binary 1 1011011 11011010 1100100 111010 0 1111 11010111 1100011 101011

Color Harmonies of #015BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015BDA

Black with #015BDA

Text Example


Text Example

White with #015BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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