Html Css Color HEX #016CDB Navy Blue

📋 copy color: '#016CDB'

red 1 ◦ green 108 ◦ blue 219

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

Shades of Navy Blue #016CDB

Tints of Navy Blue #016CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.93%

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

R = 0.3%
G = 32.93%
B = 66.77%

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

#016CDB (or 0x016CDB) is known color: Navy Blue. HEX triplet: 01, 6C and DB. RGB value is (1,108,219). Sum of RGB (Red+Green+Blue) = 1+108+219=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #016CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016CDB is #FE9324. Grayscale: #585858. Windows color (decimal): -16683813 or 14380033. OLE color: 14380033.

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

Color convert

RGB 1 108 219 -
CMYK 1.00 0.51 0 0.14
HSL 210.55º 0.99% 0.43% -
HSV(B) 210.55º 1% 0.86% -
XYZ 18.16 15.85 69.12 -
YUV 88.66 201.55 65.47 -
System Red Green Blue C M Y K H S L
Decimal 1 108 219 1.00 0.51 0 0.14 210.55 0.99 0.43
Hex 1 6C DB 64 33 0 E D3 63 2B
Octal 1 154 333 144 63 0 16 323 143 53
Binary 1 1101100 11011011 1100100 110011 0 1110 11010011 1100011 101011

Color Harmonies of #016CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016CDB

Black with #016CDB

Text Example


Text Example

White with #016CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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