Html Css Color HEX #016FBC Navy Blue

📋 copy color: '#016FBC'

red 1 ◦ green 111 ◦ blue 188

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

Shades of Navy Blue #016FBC

Tints of Navy Blue #016FBC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37%

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

R = 0.33%
G = 37%
B = 62.67%

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

#016FBC (or 0x016FBC) is known color: Navy Blue. HEX triplet: 01, 6F and BC. RGB value is (1,111,188). Sum of RGB (Red+Green+Blue) = 1+111+188=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #016FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016FBC is #FE9043. Grayscale: #565656. Windows color (decimal): -16683076 or 12349185. OLE color: 12349185.

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

Color convert

RGB 1 111 188 -
CMYK 0.99 0.41 0 0.26
HSL 204.71º 0.99% 0.37% -
HSV(B) 204.71º 0.99% 0.74% -
XYZ 14.77 15.01 49.69 -
YUV 86.89 185.06 66.74 -
System Red Green Blue C M Y K H S L
Decimal 1 111 188 0.99 0.41 0 0.26 204.71 0.99 0.37
Hex 1 6F BC 63 29 0 1A CD 63 25
Octal 1 157 274 143 51 0 32 315 143 45
Binary 1 1101111 10111100 1100011 101001 0 11010 11001101 1100011 100101

Color Harmonies of #016FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016FBC

Black with #016FBC

Text Example


Text Example

White with #016FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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