Html Css Color HEX #016AEA Navy Blue

📋 copy color: '#016AEA'

red 1 ◦ green 106 ◦ blue 234

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

Shades of Navy Blue #016AEA

Tints of Navy Blue #016AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 68.62%

R = 0.29%
G = 31.09%
B = 68.62%

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

#016AEA (or 0x016AEA) is known color: Navy Blue. HEX triplet: 01, 6A and EA. RGB value is (1,106,234). Sum of RGB (Red+Green+Blue) = 1+106+234=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #016AEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016AEA is #FE9515. Grayscale: #585858. Windows color (decimal): -16684310 or 15362561. OLE color: 15362561.

HSL color Cylindrical-coordinate representation of color #016AEA: hue angle of 212.96º 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 #016AEA is Cyan = 1.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 106 234 -
CMYK 1.00 0.55 0 0.08
HSL 212.96º 0.99% 0.46% -
HSV(B) 212.96º 1% 0.92% -
XYZ 20.02 16.26 79.92 -
YUV 89.2 209.71 65.09 -
System Red Green Blue C M Y K H S L
Decimal 1 106 234 1.00 0.55 0 0.08 212.96 0.99 0.46
Hex 1 6A EA 64 37 0 8 D5 63 2E
Octal 1 152 352 144 67 0 10 325 143 56
Binary 1 1101010 11101010 1100100 110111 0 1000 11010101 1100011 101110

Color Harmonies of #016AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016AEA

Black with #016AEA

Text Example


Text Example

White with #016AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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