#0553F6

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

Shades of Navy Blue #0553F6

Tints of Navy Blue #0553F6

Color information

#0553F6 (or 0x0553F6) is unknown color: approx Navy Blue. HEX triplet: 05, 53 and F6. RGB value is (5,83,246). Sum of RGB (Red+Green+Blue) = 5+83+246=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 246 (96.48% from 255 or 73.65% from 334); Max value from RGB is 246 - color contains mainly: blue. Hex color #0553F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0553F6 is #FAAC09. Grayscale: #4D4D4D. Windows color (decimal): -16428042 or 16143109. OLE color: 16143109.

HSL color Cylindrical-coordinate representation of color #0553F6: hue angle of 220.58º 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 #0553F6 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB583246-
CMYK0.980.6600.04
HSL220.58º96.02%49.22%-
HSV(B)220.58º97.97%96.47%-
XYZ19.7912.8788.63-
YUV78.26222.6675.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.50%
GREEN value IS 83 (32.81% from 255) = 24.85%
BLUE value IS 246 (96.48% from 255) = 73.65%
R=1.50%
G=24.85%
B=73.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal5832460.980.6600.04220.5896.0249.22
Hex553F6624204dd6031
Octal51233661421020433514061
Binary101101001111110110110001010000100100110111011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0553F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0553F6; }

 p { color: rgb(5,83,246); }

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

<style>
 a { background-color: #0553F6; }

 a { background-color: rgb(5,83,246); }

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

<style>
 span { border-color: #0553F6; }

 span { border-color: rgb(5,83,246); }

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