Html Css Color HEX #015FDB Navy Blue

📋 copy color: '#015FDB'

red 1 ◦ green 95 ◦ blue 219

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

Shades of Navy Blue #015FDB

Tints of Navy Blue #015FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.16%

 BLUE value IS 219 (85.94% from 255) = 69.52%

R = 0.32%
G = 30.16%
B = 69.52%

CMYK

 C value IS 1.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#015FDB (or 0x015FDB) is known color: Navy Blue. HEX triplet: 01, 5F and DB. RGB value is (1,95,219). Sum of RGB (Red+Green+Blue) = 1+95+219=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #015FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015FDB is #FEA024. Grayscale: #505050. Windows color (decimal): -16687141 or 14376705. OLE color: 14376705.

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

Color convert

RGB 1 95 219 -
CMYK 1.00 0.57 0 0.14
HSL 214.13º 0.99% 0.43% -
HSV(B) 214.13º 1% 0.86% -
XYZ 16.89 13.31 68.7 -
YUV 81.03 205.86 70.92 -
System Red Green Blue C M Y K H S L
Decimal 1 95 219 1.00 0.57 0 0.14 214.13 0.99 0.43
Hex 1 5F DB 64 39 0 E D6 63 2B
Octal 1 137 333 144 71 0 16 326 143 53
Binary 1 1011111 11011011 1100100 111001 0 1110 11010110 1100011 101011

Color Harmonies of #015FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015FDB

Black with #015FDB

Text Example


Text Example

White with #015FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,95,219); }

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

background-color css

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

 a { background-color: rgb(1,95,219); }

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

border-color css

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

 span { border-color: rgb(1,95,219); }

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