Html Css Color HEX #016CEF Navy Blue

📋 copy color: '#016CEF'

red 1 ◦ green 108 ◦ blue 239

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

Shades of Navy Blue #016CEF

Tints of Navy Blue #016CEF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.03%

 BLUE value IS 239 (93.75% from 255) = 68.68%

R = 0.29%
G = 31.03%
B = 68.68%

CMYK

 C value IS 1.00

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#016CEF (or 0x016CEF) is known color: Navy Blue. HEX triplet: 01, 6C and EF. RGB value is (1,108,239). Sum of RGB (Red+Green+Blue) = 1+108+239=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 239 (93.75% from 255 or 68.68% from 348); Max value from RGB is 239 - color contains mainly: blue. Hex color #016CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016CEF is #FE9310. Grayscale: #5A5A5A. Windows color (decimal): -16683793 or 15690753. OLE color: 15690753.

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

Color convert

RGB 1 108 239 -
CMYK 1.00 0.55 0 0.06
HSL 213.03º 0.99% 0.47% -
HSV(B) 213.03º 1% 0.94% -
XYZ 20.96 16.96 83.83 -
YUV 90.94 211.55 63.85 -
System Red Green Blue C M Y K H S L
Decimal 1 108 239 1.00 0.55 0 0.06 213.03 0.99 0.47
Hex 1 6C EF 64 37 0 6 D5 63 2F
Octal 1 154 357 144 67 0 6 325 143 57
Binary 1 1101100 11101111 1100100 110111 0 110 11010101 1100011 101111

Color Harmonies of #016CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016CEF

Black with #016CEF

Text Example


Text Example

White with #016CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,108,239); }

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

background-color css

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

 a { background-color: rgb(1,108,239); }

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

border-color css

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

 span { border-color: rgb(1,108,239); }

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