Html Css Color HEX #016EBC Navy Blue

📋 copy color: '#016EBC'

red 1 ◦ green 110 ◦ blue 188

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

Shades of Navy Blue #016EBC

Tints of Navy Blue #016EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.79%

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

R = 0.33%
G = 36.79%
B = 62.88%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#016EBC (or 0x016EBC) is known color: Navy Blue. HEX triplet: 01, 6E and BC. RGB value is (1,110,188). Sum of RGB (Red+Green+Blue) = 1+110+188=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #016EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016EBC is #FE9143. Grayscale: #555555. Windows color (decimal): -16683332 or 12348929. OLE color: 12348929.

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

Color convert

RGB 1 110 188 -
CMYK 0.99 0.41 0 0.26
HSL 205.03º 0.99% 0.37% -
HSV(B) 205.03º 0.99% 0.74% -
XYZ 14.67 14.79 49.66 -
YUV 86.3 185.39 67.16 -
System Red Green Blue C M Y K H S L
Decimal 1 110 188 0.99 0.41 0 0.26 205.03 0.99 0.37
Hex 1 6E BC 63 29 0 1A CD 63 25
Octal 1 156 274 143 51 0 32 315 143 45
Binary 1 1101110 10111100 1100011 101001 0 11010 11001101 1100011 100101

Color Harmonies of #016EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016EBC

Black with #016EBC

Text Example


Text Example

White with #016EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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