Html Css Color HEX #016FED Navy Blue

📋 copy color: '#016FED'

red 1 ◦ green 111 ◦ blue 237

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

Shades of Navy Blue #016FED

Tints of Navy Blue #016FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.91%

R = 0.29%
G = 31.81%
B = 67.91%

CMYK

 C value IS 1.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#016FED (or 0x016FED) is known color: Navy Blue. HEX triplet: 01, 6F and ED. RGB value is (1,111,237). Sum of RGB (Red+Green+Blue) = 1+111+237=349 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 237 (92.97% from 255 or 67.91% from 349); Max value from RGB is 237 - color contains mainly: blue. Hex color #016FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016FED is #FE9012. Grayscale: #5B5B5B. Windows color (decimal): -16683027 or 15560449. OLE color: 15560449.

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

Color convert

RGB 1 111 237 -
CMYK 1.00 0.53 0 0.07
HSL 212.03º 0.99% 0.47% -
HSV(B) 212.03º 1% 0.93% -
XYZ 20.98 17.49 82.39 -
YUV 92.47 209.56 62.75 -
System Red Green Blue C M Y K H S L
Decimal 1 111 237 1.00 0.53 0 0.07 212.03 0.99 0.47
Hex 1 6F ED 64 35 0 7 D4 63 2F
Octal 1 157 355 144 65 0 7 324 143 57
Binary 1 1101111 11101101 1100100 110101 0 111 11010100 1100011 101111

Color Harmonies of #016FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016FED

Black with #016FED

Text Example


Text Example

White with #016FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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