#0552DA

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

Shades of Navy Blue #0552DA

Tints of Navy Blue #0552DA

Color information

#0552DA (or 0x0552DA) is unknown color: approx Navy Blue. HEX triplet: 05, 52 and DA. RGB value is (5,82,218). Sum of RGB (Red+Green+Blue) = 5+82+218=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 218 (85.55% from 255 or 71.48% from 305); Max value from RGB is 218 - color contains mainly: blue. Hex color #0552DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0552DA is #FAAD25. Grayscale: #494949. Windows color (decimal): -16428326 or 14307845. OLE color: 14307845.

HSL color Cylindrical-coordinate representation of color #0552DA: hue angle of 218.31º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0552DA is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB582218-
CMYK0.980.6200.15
HSL218.31º95.52%43.73%-
HSV(B)218.31º97.71%85.49%-
XYZ15.7311.1367.65-
YUV74.48208.9978.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.64%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 218 (85.55% from 255) = 71.48%
R=1.64%
G=26.89%
B=71.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal5822180.980.6200.15218.3195.5243.73
Hex552DA623E0Fda602c
Octal51223321427601733214054
Binary101101001011011010110001011111001111110110101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0552DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0552DA; }

 p { color: rgb(5,82,218); }

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

<style>
 a { background-color: #0552DA; }

 a { background-color: rgb(5,82,218); }

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

<style>
 span { border-color: #0552DA; }

 span { border-color: rgb(5,82,218); }

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