#0058FF

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

Shades of Navy Blue #0058FF

Tints of Navy Blue #0058FF

Color information

#0058FF (or 0x0058FF) is unknown color: approx Navy Blue. HEX triplet: 00, 58 and FF. RGB value is (0,88,255). Sum of RGB (Red+Green+Blue) = 0+88+255=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 255 (100% from 255 or 74.34% from 343); Max value from RGB is 255 - color contains mainly: blue. Hex color #0058FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0058FF is #FFA700. Grayscale: #4F4F4F. Windows color (decimal): -16754433 or 16734208. OLE color: 16734208.

HSL color Cylindrical-coordinate representation of color #0058FF: hue angle of 219.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0058FF is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB088255-
CMYK10.6500
HSL219.29º100%50%-
HSV(B)219.29º100%100%-
XYZ21.5414.296.21-
YUV80.73226.3570.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 88 (34.77% from 255) = 25.66%
BLUE value IS 255 (100% from 255) = 74.34%
R=0%
G=25.66%
B=74.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal08825510.6500219.2910050
Hex058FF644100db6432
Octal01303771441010033314462
Binary01011000111111111100100100000100110110111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0058FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0058FF; }

 p { color: rgb(0,88,255); }

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

<style>
 a { background-color: #0058FF; }

 a { background-color: rgb(0,88,255); }

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

<style>
 span { border-color: #0058FF; }

 span { border-color: rgb(0,88,255); }

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