Html Css Color HEX #016FCB Navy Blue

📋 copy color: '#016FCB'

red 1 ◦ green 111 ◦ blue 203

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

Shades of Navy Blue #016FCB

Tints of Navy Blue #016FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.44%

R = 0.32%
G = 35.24%
B = 64.44%

CMYK

 C value IS 1.00

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#016FCB (or 0x016FCB) is known color: Navy Blue. HEX triplet: 01, 6F and CB. RGB value is (1,111,203). Sum of RGB (Red+Green+Blue) = 1+111+203=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #016FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016FCB is #FE9034. Grayscale: #585858. Windows color (decimal): -16683061 or 13332225. OLE color: 13332225.

HSL color Cylindrical-coordinate representation of color #016FCB: hue angle of 207.33º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016FCB is Cyan = 1.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 111 203 -
CMYK 1.00 0.45 0 0.20
HSL 207.33º 0.99% 0.4% -
HSV(B) 207.33º 1% 0.8% -
XYZ 16.48 15.69 58.66 -
YUV 88.6 192.56 65.52 -
System Red Green Blue C M Y K H S L
Decimal 1 111 203 1.00 0.45 0 0.20 207.33 0.99 0.4
Hex 1 6F CB 64 2D 0 14 CF 63 28
Octal 1 157 313 144 55 0 24 317 143 50
Binary 1 1101111 11001011 1100100 101101 0 10100 11001111 1100011 101000

Color Harmonies of #016FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016FCB

Black with #016FCB

Text Example


Text Example

White with #016FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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