Html Css Color HEX #046FD1 Navy Blue

📋 copy color: '#046FD1'

red 4 ◦ green 111 ◦ blue 209

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

Shades of Navy Blue #046FD1

Tints of Navy Blue #046FD1

RGB

 RED value IS 4 (1.95% from 255) = 1.23%

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

 BLUE value IS 209 (82.03% from 255) = 64.51%

R = 1.23%
G = 34.26%
B = 64.51%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#046FD1 (or 0x046FD1) is known color: Navy Blue. HEX triplet: 04, 6F and D1. RGB value is (4,111,209). Sum of RGB (Red+Green+Blue) = 4+111+209=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 209 (82.03% from 255 or 64.51% from 324); Max value from RGB is 209 - color contains mainly: blue. Hex color #046FD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046FD1 is #FB902E. Grayscale: #595959. Windows color (decimal): -16486447 or 13725444. OLE color: 13725444.

HSL color Cylindrical-coordinate representation of color #046FD1: hue angle of 208.68º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046FD1 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 4 111 209 -
CMYK 0.98 0.47 0 0.18
HSL 208.68º 0.96% 0.42% -
HSV(B) 208.68º 0.98% 0.82% -
XYZ 17.24 16 62.5 -
YUV 90.18 195.05 66.53 -
System Red Green Blue C M Y K H S L
Decimal 4 111 209 0.98 0.47 0 0.18 208.68 0.96 0.42
Hex 4 6F D1 62 2F 0 12 D1 60 2A
Octal 4 157 321 142 57 0 22 321 140 52
Binary 100 1101111 11010001 1100010 101111 0 10010 11010001 1100000 101010

Color Harmonies of #046FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046FD1

Black with #046FD1

Text Example


Text Example

White with #046FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046FD1; }

 p { color: rgb(4,111,209); }

 H1.HeaderClassName
 {
   color: #046FD1;
 }
 .AnyTagClassName
 {
   color: #046FD1;
 }
</style>

background-color css

<style>
 a { background-color: #046FD1; }

 a { background-color: rgb(4,111,209); }

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

border-color css

<style>
 span { border-color: #046FD1; }

 span { border-color: rgb(4,111,209); }

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