#0052CC

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

Shades of Navy Blue #0052CC

Tints of Navy Blue #0052CC

Color information

#0052CC (or 0x0052CC) is unknown color: approx Navy Blue. HEX triplet: 00, 52 and CC. RGB value is (0,82,204). Sum of RGB (Red+Green+Blue) = 0+82+204=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #0052CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0052CC is #FFAD33. Grayscale: #464646. Windows color (decimal): -16756020 or 13390336. OLE color: 13390336.

HSL color Cylindrical-coordinate representation of color #0052CC: hue angle of 215.88º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0052CC is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB082204-
CMYK10.6000.2
HSL215.88º100%40%-
HSV(B)215.88º100%80%-
XYZ13.9210.3958.4-
YUV71.39202.8377.08-

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) = 28.67%
BLUE value IS 204 (80.08% from 255) = 71.33%
R=0%
G=28.67%
B=71.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal08220410.6000.2215.8810040
Hex052CC643C014d86428
Octal01223141447402433014450
Binary01010010110011001100100111100010100110110001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0052CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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