Html Css Color HEX #0553DD Navy Blue

📋 copy color: '#0553DD'

red 5 ◦ green 83 ◦ blue 221

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

Shades of Navy Blue #0553DD

Tints of Navy Blue #0553DD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.86%

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

R = 1.62%
G = 26.86%
B = 71.52%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0553DD (or 0x0553DD) is known color: Navy Blue. HEX triplet: 05, 53 and DD. RGB value is (5,83,221). Sum of RGB (Red+Green+Blue) = 5+83+221=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #0553DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0553DD is #FAAC22. Grayscale: #4A4A4A. Windows color (decimal): -16428067 or 14504709. OLE color: 14504709.

HSL color Cylindrical-coordinate representation of color #0553DD: hue angle of 218.33º 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 #0553DD is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 83 221 -
CMYK 0.98 0.62 0 0.13
HSL 218.33º 0.96% 0.44% -
HSV(B) 218.33º 0.98% 0.87% -
XYZ 16.21 11.44 69.76 -
YUV 75.41 210.16 77.78 -
System Red Green Blue C M Y K H S L
Decimal 5 83 221 0.98 0.62 0 0.13 218.33 0.96 0.44
Hex 5 53 DD 62 3E 0 D DA 60 2C
Octal 5 123 335 142 76 0 15 332 140 54
Binary 101 1010011 11011101 1100010 111110 0 1101 11011010 1100000 101100

Color Harmonies of #0553DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0553DD

Black with #0553DD

Text Example


Text Example

White with #0553DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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