Html Css Color HEX #015BD9 Navy Blue

📋 copy color: '#015BD9'

red 1 ◦ green 91 ◦ blue 217

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

Shades of Navy Blue #015BD9

Tints of Navy Blue #015BD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 70.23%

R = 0.32%
G = 29.45%
B = 70.23%

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

#015BD9 (or 0x015BD9) is known color: Navy Blue. HEX triplet: 01, 5B and D9. RGB value is (1,91,217). Sum of RGB (Red+Green+Blue) = 1+91+217=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 217 (85.16% from 255 or 70.23% from 309); Max value from RGB is 217 - color contains mainly: blue. Hex color #015BD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015BD9 is #FEA426. Grayscale: #4D4D4D. Windows color (decimal): -16688167 or 14244609. OLE color: 14244609.

HSL color Cylindrical-coordinate representation of color #015BD9: hue angle of 215º 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 #015BD9 is Cyan = 1.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 1 91 217 -
CMYK 1.00 0.58 0 0.15
HSL 215º 0.99% 0.43% -
HSV(B) 215º 1% 0.85% -
XYZ 16.28 12.5 67.2 -
YUV 78.45 206.18 72.75 -
System Red Green Blue C M Y K H S L
Decimal 1 91 217 1.00 0.58 0 0.15 215 0.99 0.43
Hex 1 5B D9 64 3A 0 F D7 63 2B
Octal 1 133 331 144 72 0 17 327 143 53
Binary 1 1011011 11011001 1100100 111010 0 1111 11010111 1100011 101011

Color Harmonies of #015BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015BD9

Black with #015BD9

Text Example


Text Example

White with #015BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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