Html Css Color HEX #016BDC Navy Blue

📋 copy color: '#016BDC'

red 1 ◦ green 107 ◦ blue 220

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

Shades of Navy Blue #016BDC

Tints of Navy Blue #016BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 67.07%

R = 0.3%
G = 32.62%
B = 67.07%

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

#016BDC (or 0x016BDC) is known color: Navy Blue. HEX triplet: 01, 6B and DC. RGB value is (1,107,220). Sum of RGB (Red+Green+Blue) = 1+107+220=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #016BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016BDC is #FE9423. Grayscale: #575757. Windows color (decimal): -16684068 or 14445313. OLE color: 14445313.

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

Color convert

RGB 1 107 220 -
CMYK 1.00 0.51 0 0.14
HSL 210.96º 0.99% 0.43% -
HSV(B) 210.96º 1% 0.86% -
XYZ 18.19 15.69 69.78 -
YUV 88.19 202.38 65.81 -
System Red Green Blue C M Y K H S L
Decimal 1 107 220 1.00 0.51 0 0.14 210.96 0.99 0.43
Hex 1 6B DC 64 33 0 E D3 63 2B
Octal 1 153 334 144 63 0 16 323 143 53
Binary 1 1101011 11011100 1100100 110011 0 1110 11010011 1100011 101011

Color Harmonies of #016BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016BDC

Black with #016BDC

Text Example


Text Example

White with #016BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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