Html Css Color HEX #016AF3 Navy Blue

📋 copy color: '#016AF3'

red 1 ◦ green 106 ◦ blue 243

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

Shades of Navy Blue #016AF3

Tints of Navy Blue #016AF3

RGB

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

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

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

R = 0.29%
G = 30.29%
B = 69.43%

CMYK

 C value IS 1.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#016AF3 (or 0x016AF3) is known color: Navy Blue. HEX triplet: 01, 6A and F3. RGB value is (1,106,243). Sum of RGB (Red+Green+Blue) = 1+106+243=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 243 (95.31% from 255 or 69.43% from 350); Max value from RGB is 243 - color contains mainly: blue. Hex color #016AF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016AF3 is #FE950C. Grayscale: #595959. Windows color (decimal): -16684301 or 15952385. OLE color: 15952385.

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

Color convert

RGB 1 106 243 -
CMYK 1.00 0.56 0 0.05
HSL 213.97º 0.99% 0.48% -
HSV(B) 213.97º 1% 0.95% -
XYZ 21.34 16.79 86.91 -
YUV 90.22 214.21 64.36 -
System Red Green Blue C M Y K H S L
Decimal 1 106 243 1.00 0.56 0 0.05 213.97 0.99 0.48
Hex 1 6A F3 64 38 0 5 D6 63 30
Octal 1 152 363 144 70 0 5 326 143 60
Binary 1 1101010 11110011 1100100 111000 0 101 11010110 1100011 110000

Color Harmonies of #016AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016AF3

Black with #016AF3

Text Example


Text Example

White with #016AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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