Html Css Color HEX #016AEC Navy Blue

📋 copy color: '#016AEC'

red 1 ◦ green 106 ◦ blue 236

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

Shades of Navy Blue #016AEC

Tints of Navy Blue #016AEC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.9%

 BLUE value IS 236 (92.58% from 255) = 68.8%

R = 0.29%
G = 30.9%
B = 68.8%

CMYK

 C value IS 1.00

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#016AEC (or 0x016AEC) is known color: Navy Blue. HEX triplet: 01, 6A and EC. RGB value is (1,106,236). Sum of RGB (Red+Green+Blue) = 1+106+236=343 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 236 (92.58% from 255 or 68.80% from 343); Max value from RGB is 236 - color contains mainly: blue. Hex color #016AEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016AEC is #FE9513. Grayscale: #585858. Windows color (decimal): -16684308 or 15493633. OLE color: 15493633.

HSL color Cylindrical-coordinate representation of color #016AEC: hue angle of 213.19º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016AEC is Cyan = 1.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 106 236 -
CMYK 1.00 0.55 0 0.07
HSL 213.19º 0.99% 0.46% -
HSV(B) 213.19º 1% 0.93% -
XYZ 20.31 16.37 81.45 -
YUV 89.43 210.71 64.93 -
System Red Green Blue C M Y K H S L
Decimal 1 106 236 1.00 0.55 0 0.07 213.19 0.99 0.46
Hex 1 6A EC 64 37 0 7 D5 63 2E
Octal 1 152 354 144 67 0 7 325 143 56
Binary 1 1101010 11101100 1100100 110111 0 111 11010101 1100011 101110

Color Harmonies of #016AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016AEC

Black with #016AEC

Text Example


Text Example

White with #016AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,106,236); }

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

background-color css

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

 a { background-color: rgb(1,106,236); }

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

border-color css

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

 span { border-color: rgb(1,106,236); }

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