Html Css Color HEX #046FD5 Navy Blue

📋 copy color: '#046FD5'

red 4 ◦ green 111 ◦ blue 213

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

Shades of Navy Blue #046FD5

Tints of Navy Blue #046FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 64.94%

R = 1.22%
G = 33.84%
B = 64.94%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#046FD5 (or 0x046FD5) is known color: Navy Blue. HEX triplet: 04, 6F and D5. RGB value is (4,111,213). Sum of RGB (Red+Green+Blue) = 4+111+213=328 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 213 (83.59% from 255 or 64.94% from 328); Max value from RGB is 213 - color contains mainly: blue. Hex color #046FD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046FD5 is #FB902A. Grayscale: #5A5A5A. Windows color (decimal): -16486443 or 13987588. OLE color: 13987588.

HSL color Cylindrical-coordinate representation of color #046FD5: hue angle of 209.28º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046FD5 is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 4 111 213 -
CMYK 0.98 0.48 0 0.16
HSL 209.28º 0.96% 0.43% -
HSV(B) 209.28º 0.98% 0.84% -
XYZ 17.74 16.2 65.14 -
YUV 90.64 197.05 66.21 -
System Red Green Blue C M Y K H S L
Decimal 4 111 213 0.98 0.48 0 0.16 209.28 0.96 0.43
Hex 4 6F D5 62 30 0 10 D1 60 2B
Octal 4 157 325 142 60 0 20 321 140 53
Binary 100 1101111 11010101 1100010 110000 0 10000 11010001 1100000 101011

Color Harmonies of #046FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046FD5

Black with #046FD5

Text Example


Text Example

White with #046FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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