Html Css Color HEX #016DF3 Navy Blue

📋 copy color: '#016DF3'

red 1 ◦ green 109 ◦ blue 243

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

Shades of Navy Blue #016DF3

Tints of Navy Blue #016DF3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.88%

 BLUE value IS 243 (95.31% from 255) = 68.84%

R = 0.28%
G = 30.88%
B = 68.84%

CMYK

 C value IS 1.00

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#016DF3 (or 0x016DF3) is known color: Navy Blue. HEX triplet: 01, 6D and F3. RGB value is (1,109,243). Sum of RGB (Red+Green+Blue) = 1+109+243=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 243 (95.31% from 255 or 68.84% from 353); Max value from RGB is 243 - color contains mainly: blue. Hex color #016DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016DF3 is #FE920C. Grayscale: #5B5B5B. Windows color (decimal): -16683533 or 15953153. OLE color: 15953153.

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

Color convert

RGB 1 109 243 -
CMYK 1.00 0.55 0 0.05
HSL 213.22º 0.99% 0.48% -
HSV(B) 213.22º 1% 0.95% -
XYZ 21.66 17.41 87.01 -
YUV 91.98 213.22 63.1 -
System Red Green Blue C M Y K H S L
Decimal 1 109 243 1.00 0.55 0 0.05 213.22 0.99 0.48
Hex 1 6D F3 64 37 0 5 D5 63 30
Octal 1 155 363 144 67 0 5 325 143 60
Binary 1 1101101 11110011 1100100 110111 0 101 11010101 1100011 110000

Color Harmonies of #016DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016DF3

Black with #016DF3

Text Example


Text Example

White with #016DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,109,243); }

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

background-color css

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

 a { background-color: rgb(1,109,243); }

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

border-color css

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

 span { border-color: rgb(1,109,243); }

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