#0546F8

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

Shades of Navy Blue #0546F8

Tints of Navy Blue #0546F8

Color information

#0546F8 (or 0x0546F8) is unknown color: approx Navy Blue. HEX triplet: 05, 46 and F8. RGB value is (5,70,248). Sum of RGB (Red+Green+Blue) = 5+70+248=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 248 (97.27% from 255 or 76.78% from 323); Max value from RGB is 248 - color contains mainly: blue. Hex color #0546F8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0546F8 is #FAB907. Grayscale: #464646. Windows color (decimal): -16431368 or 16270853. OLE color: 16270853.

HSL color Cylindrical-coordinate representation of color #0546F8: hue angle of 223.95º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0546F8 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB570248-
CMYK0.980.7200.03
HSL223.95º96.05%49.61%-
HSV(B)223.95º97.98%97.25%-
XYZ19.211.1989.96-
YUV70.86227.9781.03-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.55%
GREEN value IS 70 (27.73% from 255) = 21.67%
BLUE value IS 248 (97.27% from 255) = 76.78%
R=1.55%
G=21.67%
B=76.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal5702480.980.7200.03223.9596.0549.61
Hex546F8624803e06032
Octal51063701421100334014062
Binary10110001101111100011000101001000011111000001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0546F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0546F8; }

 p { color: rgb(5,70,248); }

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

<style>
 a { background-color: #0546F8; }

 a { background-color: rgb(5,70,248); }

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

<style>
 span { border-color: #0546F8; }

 span { border-color: rgb(5,70,248); }

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