Html Css Color HEX #016BCA Navy Blue

📋 copy color: '#016BCA'

red 1 ◦ green 107 ◦ blue 202

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

Shades of Navy Blue #016BCA

Tints of Navy Blue #016BCA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.52%

 BLUE value IS 202 (79.3% from 255) = 65.16%

R = 0.32%
G = 34.52%
B = 65.16%

CMYK

 C value IS 1.00

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#016BCA (or 0x016BCA) is known color: Navy Blue. HEX triplet: 01, 6B and CA. RGB value is (1,107,202). Sum of RGB (Red+Green+Blue) = 1+107+202=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 202 (79.30% from 255 or 65.16% from 310); Max value from RGB is 202 - color contains mainly: blue. Hex color #016BCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016BCA is #FE9435. Grayscale: #555555. Windows color (decimal): -16684086 or 13265665. OLE color: 13265665.

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

Color convert

RGB 1 107 202 -
CMYK 1.00 0.47 0 0.21
HSL 208.36º 0.99% 0.4% -
HSV(B) 208.36º 1% 0.79% -
XYZ 15.93 14.79 57.89 -
YUV 86.14 193.38 67.28 -
System Red Green Blue C M Y K H S L
Decimal 1 107 202 1.00 0.47 0 0.21 208.36 0.99 0.4
Hex 1 6B CA 64 2F 0 15 D0 63 28
Octal 1 153 312 144 57 0 25 320 143 50
Binary 1 1101011 11001010 1100100 101111 0 10101 11010000 1100011 101000

Color Harmonies of #016BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016BCA

Black with #016BCA

Text Example


Text Example

White with #016BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,107,202); }

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

background-color css

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

 a { background-color: rgb(1,107,202); }

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

border-color css

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

 span { border-color: rgb(1,107,202); }

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