Html Css Color HEX #0552DD Navy Blue

📋 copy color: '#0552DD'

red 5 ◦ green 82 ◦ blue 221

#0552DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0552DD

Tints of Navy Blue #0552DD

RGB

 RED value IS 5 (2.34% from 255) = 1.62%

 GREEN value IS 82 (32.42% from 255) = 26.62%

 BLUE value IS 221 (86.72% from 255) = 71.75%

R = 1.62%
G = 26.62%
B = 71.75%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0552DD (or 0x0552DD) is known color: Navy Blue. HEX triplet: 05, 52 and DD. RGB value is (5,82,221). Sum of RGB (Red+Green+Blue) = 5+82+221=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 221 (86.72% from 255 or 71.75% from 308); Max value from RGB is 221 - color contains mainly: blue. Hex color #0552DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0552DD is #FAAD22. Grayscale: #4A4A4A. Windows color (decimal): -16428323 or 14504453. OLE color: 14504453.

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

Color convert

RGB 5 82 221 -
CMYK 0.98 0.63 0 0.13
HSL 218.61º 0.96% 0.44% -
HSV(B) 218.61º 0.98% 0.87% -
XYZ 16.13 11.29 69.74 -
YUV 74.82 210.49 78.2 -
System Red Green Blue C M Y K H S L
Decimal 5 82 221 0.98 0.63 0 0.13 218.61 0.96 0.44
Hex 5 52 DD 62 3F 0 D DB 60 2C
Octal 5 122 335 142 77 0 15 333 140 54
Binary 101 1010010 11011101 1100010 111111 0 1101 11011011 1100000 101100

Color Harmonies of #0552DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0552DD

Black with #0552DD

Text Example


Text Example

White with #0552DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0552DD;
 }
 .AnyTagClassName
 {
   color: #0552DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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