Html Css Color HEX #016DBA Navy Blue

📋 copy color: '#016DBA'

red 1 ◦ green 109 ◦ blue 186

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

Shades of Navy Blue #016DBA

Tints of Navy Blue #016DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.84%

R = 0.34%
G = 36.82%
B = 62.84%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#016DBA (or 0x016DBA) is known color: Navy Blue. HEX triplet: 01, 6D and BA. RGB value is (1,109,186). Sum of RGB (Red+Green+Blue) = 1+109+186=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #016DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016DBA is #FE9245. Grayscale: #555555. Windows color (decimal): -16683590 or 12217601. OLE color: 12217601.

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

Color convert

RGB 1 109 186 -
CMYK 0.99 0.41 0 0.27
HSL 204.97º 0.99% 0.37% -
HSV(B) 204.97º 0.99% 0.73% -
XYZ 14.34 14.49 48.5 -
YUV 85.49 184.72 67.74 -
System Red Green Blue C M Y K H S L
Decimal 1 109 186 0.99 0.41 0 0.27 204.97 0.99 0.37
Hex 1 6D BA 63 29 0 1B CD 63 25
Octal 1 155 272 143 51 0 33 315 143 45
Binary 1 1101101 10111010 1100011 101001 0 11011 11001101 1100011 100101

Color Harmonies of #016DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016DBA

Black with #016DBA

Text Example


Text Example

White with #016DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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