#0052FE

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

Shades of Navy Blue #0052FE

Tints of Navy Blue #0052FE

Color information

#0052FE (or 0x0052FE) is unknown color: approx Navy Blue. HEX triplet: 00, 52 and FE. RGB value is (0,82,254). Sum of RGB (Red+Green+Blue) = 0+82+254=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 254 (99.61% from 255 or 75.60% from 336); Max value from RGB is 254 - color contains mainly: blue. Hex color #0052FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0052FE is #FFAD01. Grayscale: #4C4C4C. Windows color (decimal): -16755970 or 16667136. OLE color: 16667136.

HSL color Cylindrical-coordinate representation of color #0052FE: hue angle of 220.63º 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 #0052FE is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB082254-
CMYK10.6800.00
HSL220.63º100%49.8%-
HSV(B)220.63º100%99.61%-
XYZ20.9113.1995.21-
YUV77.09227.8373.01-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 82 (32.42% from 255) = 24.40%
BLUE value IS 254 (99.61% from 255) = 75.60%
R=0%
G=24.40%
B=75.60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal08225410.6800.00220.6310049.8
Hex052FE644400dd6432
Octal01223761441040033514462
Binary01010010111111101100100100010000110111011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0052FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0052FE; }

 p { color: rgb(0,82,254); }

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

<style>
 a { background-color: #0052FE; }

 a { background-color: rgb(0,82,254); }

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

<style>
 span { border-color: #0052FE; }

 span { border-color: rgb(0,82,254); }

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