#0543F4

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

Shades of Navy Blue #0543F4

Tints of Navy Blue #0543F4

Color information

#0543F4 (or 0x0543F4) is unknown color: approx Navy Blue. HEX triplet: 05, 43 and F4. RGB value is (5,67,244). Sum of RGB (Red+Green+Blue) = 5+67+244=316 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 244 (95.70% from 255 or 77.22% from 316); Max value from RGB is 244 - color contains mainly: blue. Hex color #0543F4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0543F4 is #FABC0B. Grayscale: #434343. Windows color (decimal): -16432140 or 16007941. OLE color: 16007941.

HSL color Cylindrical-coordinate representation of color #0543F4: hue angle of 224.44º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0543F4 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB567244-
CMYK0.980.7300.04
HSL224.44º95.98%48.82%-
HSV(B)224.44º97.95%95.69%-
XYZ18.410.5886.66-
YUV68.64226.9682.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.58%
GREEN value IS 67 (26.56% from 255) = 21.20%
BLUE value IS 244 (95.70% from 255) = 77.22%
R=1.58%
G=21.20%
B=77.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal5672440.980.7300.04224.4495.9848.82
Hex543F4624904e06031
Octal51033641421110434014061
Binary101100001111110100110001010010010100111000001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0543F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0543F4; }

 p { color: rgb(5,67,244); }

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

<style>
 a { background-color: #0543F4; }

 a { background-color: rgb(5,67,244); }

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

<style>
 span { border-color: #0543F4; }

 span { border-color: rgb(5,67,244); }

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