Html Css Color HEX #016DBC Navy Blue

📋 copy color: '#016DBC'

red 1 ◦ green 109 ◦ blue 188

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

Shades of Navy Blue #016DBC

Tints of Navy Blue #016DBC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.58%

 BLUE value IS 188 (73.83% from 255) = 63.09%

R = 0.34%
G = 36.58%
B = 63.09%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#016DBC (or 0x016DBC) is known color: Navy Blue. HEX triplet: 01, 6D and BC. RGB value is (1,109,188). Sum of RGB (Red+Green+Blue) = 1+109+188=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #016DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016DBC is #FE9243. Grayscale: #555555. Windows color (decimal): -16683588 or 12348673. OLE color: 12348673.

HSL color Cylindrical-coordinate representation of color #016DBC: hue angle of 205.35º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016DBC is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 109 188 -
CMYK 0.99 0.42 0 0.26
HSL 205.35º 0.99% 0.37% -
HSV(B) 205.35º 0.99% 0.74% -
XYZ 14.56 14.57 49.62 -
YUV 85.71 185.72 67.58 -
System Red Green Blue C M Y K H S L
Decimal 1 109 188 0.99 0.42 0 0.26 205.35 0.99 0.37
Hex 1 6D BC 63 2A 0 1A CD 63 25
Octal 1 155 274 143 52 0 32 315 143 45
Binary 1 1101101 10111100 1100011 101010 0 11010 11001101 1100011 100101

Color Harmonies of #016DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016DBC

Black with #016DBC

Text Example


Text Example

White with #016DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,109,188); }

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

background-color css

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

 a { background-color: rgb(1,109,188); }

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

border-color css

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

 span { border-color: rgb(1,109,188); }

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