Html Css Color HEX #016DBD Navy Blue

📋 copy color: '#016DBD'

red 1 ◦ green 109 ◦ blue 189

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

Shades of Navy Blue #016DBD

Tints of Navy Blue #016DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.21%

R = 0.33%
G = 36.45%
B = 63.21%

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

#016DBD (or 0x016DBD) is known color: Navy Blue. HEX triplet: 01, 6D and BD. RGB value is (1,109,189). Sum of RGB (Red+Green+Blue) = 1+109+189=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 189 (74.22% from 255 or 63.21% from 299); Max value from RGB is 189 - color contains mainly: blue. Hex color #016DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016DBD is #FE9242. Grayscale: #555555. Windows color (decimal): -16683587 or 12414209. OLE color: 12414209.

HSL color Cylindrical-coordinate representation of color #016DBD: hue angle of 205.53º 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 #016DBD is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 109 189 -
CMYK 0.99 0.42 0 0.26
HSL 205.53º 0.99% 0.37% -
HSV(B) 205.53º 0.99% 0.74% -
XYZ 14.67 14.62 50.19 -
YUV 85.83 186.22 67.5 -
System Red Green Blue C M Y K H S L
Decimal 1 109 189 0.99 0.42 0 0.26 205.53 0.99 0.37
Hex 1 6D BD 63 2A 0 1A CE 63 25
Octal 1 155 275 143 52 0 32 316 143 45
Binary 1 1101101 10111101 1100011 101010 0 11010 11001110 1100011 100101

Color Harmonies of #016DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016DBD

Black with #016DBD

Text Example


Text Example

White with #016DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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