#046CEA

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

Shades of Navy Blue #046CEA

Tints of Navy Blue #046CEA

Color information

#046CEA (or 0x046CEA) is unknown color: approx Navy Blue. HEX triplet: 04, 6C and EA. RGB value is (4,108,234). Sum of RGB (Red+Green+Blue) = 4+108+234=346 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 234 (91.80% from 255 or 67.63% from 346); Max value from RGB is 234 - color contains mainly: blue. Hex color #046CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046CEA is #FB9315. Grayscale: #5A5A5A. Windows color (decimal): -16487190 or 15363076. OLE color: 15363076.

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

Color convert

RGB4108234-
CMYK0.980.5400.08
HSL212.87º96.64%46.67%-
HSV(B)212.87º98.29%91.76%-
XYZ20.2616.6980-
YUV91.27208.5465.75-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.16%
GREEN value IS 108 (42.58% from 255) = 31.21%
BLUE value IS 234 (91.80% from 255) = 67.63%
R=1.16%
G=31.21%
B=67.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal41082340.980.5400.08212.8796.6446.67
Hex46CEA623608d5612f
Octal41543521426601032514157
Binary100110110011101010110001011011001000110101011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,108,234); }

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

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

 a { background-color: rgb(4,108,234); }

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

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

 span { border-color: rgb(4,108,234); }

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