#046ECA

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

Shades of Navy Blue #046ECA

Tints of Navy Blue #046ECA

Color information

#046ECA (or 0x046ECA) is unknown color: approx Navy Blue. HEX triplet: 04, 6E and CA. RGB value is (4,110,202). Sum of RGB (Red+Green+Blue) = 4+110+202=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 202 (79.30% from 255 or 63.92% from 316); Max value from RGB is 202 - color contains mainly: blue. Hex color #046ECA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046ECA is #FB9135. Grayscale: #585858. Windows color (decimal): -16486710 or 13266436. OLE color: 13266436.

HSL color Cylindrical-coordinate representation of color #046ECA: hue angle of 207.88º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046ECA is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4110202-
CMYK0.980.4600.21
HSL207.88º96.12%40.39%-
HSV(B)207.88º98.02%79.22%-
XYZ16.2915.4458-
YUV88.79191.8867.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.27%
GREEN value IS 110 (43.36% from 255) = 34.81%
BLUE value IS 202 (79.30% from 255) = 63.92%
R=1.27%
G=34.81%
B=63.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41102020.980.4600.21207.8896.1240.39
Hex46ECA622E015d06028
Octal41563121425602532014050
Binary1001101110110010101100010101110010101110100001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,110,202); }

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

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

 a { background-color: rgb(4,110,202); }

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

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

 span { border-color: rgb(4,110,202); }

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