#0055FC

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

Shades of Navy Blue #0055FC

Tints of Navy Blue #0055FC

Color information

#0055FC (or 0x0055FC) is unknown color: approx Navy Blue. HEX triplet: 00, 55 and FC. RGB value is (0,85,252). Sum of RGB (Red+Green+Blue) = 0+85+252=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 252 (98.83% from 255 or 74.78% from 337); Max value from RGB is 252 - color contains mainly: blue. Hex color #0055FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0055FC is #FFAA03. Grayscale: #4D4D4D. Windows color (decimal): -16755204 or 16536832. OLE color: 16536832.

HSL color Cylindrical-coordinate representation of color #0055FC: hue angle of 219.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0055FC is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB085252-
CMYK10.6600.01
HSL219.76º100%49.41%-
HSV(B)219.76º100%98.82%-
XYZ20.8213.5393.61-
YUV78.62225.8471.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 252 (98.83% from 255) = 74.78%
R=0%
G=25.22%
B=74.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal08525210.6600.01219.7610049.41
Hex055FC644201dc6431
Octal01253741441020133414461
Binary01010101111111001100100100001001110111001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0055FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0055FC; }

 p { color: rgb(0,85,252); }

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

<style>
 a { background-color: #0055FC; }

 a { background-color: rgb(0,85,252); }

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

<style>
 span { border-color: #0055FC; }

 span { border-color: rgb(0,85,252); }

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