Html Css Color HEX #016BDB Navy Blue

📋 copy color: '#016BDB'

red 1 ◦ green 107 ◦ blue 219

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

Shades of Navy Blue #016BDB

Tints of Navy Blue #016BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.72%

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

R = 0.31%
G = 32.72%
B = 66.97%

CMYK

 C value IS 1.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#016BDB (or 0x016BDB) is known color: Navy Blue. HEX triplet: 01, 6B and DB. RGB value is (1,107,219). Sum of RGB (Red+Green+Blue) = 1+107+219=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #016BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016BDB is #FE9424. Grayscale: #575757. Windows color (decimal): -16684069 or 14379777. OLE color: 14379777.

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

Color convert

RGB 1 107 219 -
CMYK 1.00 0.51 0 0.14
HSL 210.83º 0.99% 0.43% -
HSV(B) 210.83º 1% 0.86% -
XYZ 18.06 15.64 69.08 -
YUV 88.07 201.88 65.89 -
System Red Green Blue C M Y K H S L
Decimal 1 107 219 1.00 0.51 0 0.14 210.83 0.99 0.43
Hex 1 6B DB 64 33 0 E D3 63 2B
Octal 1 153 333 144 63 0 16 323 143 53
Binary 1 1101011 11011011 1100100 110011 0 1110 11010011 1100011 101011

Color Harmonies of #016BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016BDB

Black with #016BDB

Text Example


Text Example

White with #016BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016BDB; }

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

 H1.HeaderClassName
 {
   color: #016BDB;
 }
 .AnyTagClassName
 {
   color: #016BDB;
 }
</style>

background-color css

<style>
 a { background-color: #016BDB; }

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

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

border-color css

<style>
 span { border-color: #016BDB; }

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

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