#046FEC

Color #046FEC Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #046FEC

Tints of Navy Blue #046FEC

Color information

#046FEC (or 0x046FEC) is unknown color: approx Navy Blue. HEX triplet: 04, 6F and EC. RGB value is (4,111,236). Sum of RGB (Red+Green+Blue) = 4+111+236=351 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 236 (92.58% from 255 or 67.24% from 351); Max value from RGB is 236 - color contains mainly: blue. Hex color #046FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046FEC is #FB9013. Grayscale: #5C5C5C. Windows color (decimal): -16486420 or 15494916. OLE color: 15494916.

HSL color Cylindrical-coordinate representation of color #046FEC: hue angle of 212.33º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046FEC is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4111236-
CMYK0.980.5300.07
HSL212.33º96.67%47.06%-
HSV(B)212.33º98.31%92.55%-
XYZ20.8717.4581.62-
YUV93.26208.5564.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.14%
GREEN value IS 111 (43.75% from 255) = 31.62%
BLUE value IS 236 (92.58% from 255) = 67.24%
R=1.14%
G=31.62%
B=67.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal41112360.980.5300.07212.3396.6747.06
Hex46FEC623507d4612f
Octal4157354142650732414157
Binary10011011111110110011000101101010111110101001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #046FEC;
 }
 .AnyTagClassName
 {
   color: #046FEC;
 }
</style>
background-color css

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

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

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

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

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

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