Html Css Color HEX #016FEA Navy Blue

📋 copy color: '#016FEA'

red 1 ◦ green 111 ◦ blue 234

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

Shades of Navy Blue #016FEA

Tints of Navy Blue #016FEA

RGB

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

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

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

R = 0.29%
G = 32.08%
B = 67.63%

CMYK

 C value IS 1.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#016FEA (or 0x016FEA) is known color: Navy Blue. HEX triplet: 01, 6F and EA. RGB value is (1,111,234). Sum of RGB (Red+Green+Blue) = 1+111+234=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 234 (91.80% from 255 or 67.63% from 346); Max value from RGB is 234 - color contains mainly: blue. Hex color #016FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016FEA is #FE9015. Grayscale: #5B5B5B. Windows color (decimal): -16683030 or 15363841. OLE color: 15363841.

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

Color convert

RGB 1 111 234 -
CMYK 1.00 0.53 0 0.08
HSL 211.67º 0.99% 0.46% -
HSV(B) 211.67º 1% 0.92% -
XYZ 20.55 17.32 80.1 -
YUV 92.13 208.06 63 -
System Red Green Blue C M Y K H S L
Decimal 1 111 234 1.00 0.53 0 0.08 211.67 0.99 0.46
Hex 1 6F EA 64 35 0 8 D4 63 2E
Octal 1 157 352 144 65 0 10 324 143 56
Binary 1 1101111 11101010 1100100 110101 0 1000 11010100 1100011 101110

Color Harmonies of #016FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016FEA

Black with #016FEA

Text Example


Text Example

White with #016FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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