Html Css Color HEX #016AEB Navy Blue

📋 copy color: '#016AEB'

red 1 ◦ green 106 ◦ blue 235

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

Shades of Navy Blue #016AEB

Tints of Navy Blue #016AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 68.71%

R = 0.29%
G = 30.99%
B = 68.71%

CMYK

 C value IS 1.00

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#016AEB (or 0x016AEB) is known color: Navy Blue. HEX triplet: 01, 6A and EB. RGB value is (1,106,235). Sum of RGB (Red+Green+Blue) = 1+106+235=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 235 (92.19% from 255 or 68.71% from 342); Max value from RGB is 235 - color contains mainly: blue. Hex color #016AEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016AEB is #FE9514. Grayscale: #585858. Windows color (decimal): -16684309 or 15428097. OLE color: 15428097.

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

Color convert

RGB 1 106 235 -
CMYK 1.00 0.55 0 0.08
HSL 213.08º 0.99% 0.46% -
HSV(B) 213.08º 1% 0.92% -
XYZ 20.16 16.31 80.68 -
YUV 89.31 210.21 65.01 -
System Red Green Blue C M Y K H S L
Decimal 1 106 235 1.00 0.55 0 0.08 213.08 0.99 0.46
Hex 1 6A EB 64 37 0 8 D5 63 2E
Octal 1 152 353 144 67 0 10 325 143 56
Binary 1 1101010 11101011 1100100 110111 0 1000 11010101 1100011 101110

Color Harmonies of #016AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016AEB

Black with #016AEB

Text Example


Text Example

White with #016AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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