Html Css Color HEX #055CDD Navy Blue

📋 copy color: '#055CDD'

red 5 ◦ green 92 ◦ blue 221

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

Shades of Navy Blue #055CDD

Tints of Navy Blue #055CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.93%

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

R = 1.57%
G = 28.93%
B = 69.5%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#055CDD (or 0x055CDD) is known color: Navy Blue. HEX triplet: 05, 5C and DD. RGB value is (5,92,221). Sum of RGB (Red+Green+Blue) = 5+92+221=318 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #055CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055CDD is #FAA322. Grayscale: #505050. Windows color (decimal): -16425763 or 14507013. OLE color: 14507013.

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

Color convert

RGB 5 92 221 -
CMYK 0.98 0.58 0 0.13
HSL 215.83º 0.96% 0.44% -
HSV(B) 215.83º 0.98% 0.87% -
XYZ 16.94 12.91 70.01 -
YUV 80.69 207.18 74.01 -
System Red Green Blue C M Y K H S L
Decimal 5 92 221 0.98 0.58 0 0.13 215.83 0.96 0.44
Hex 5 5C DD 62 3A 0 D D8 60 2C
Octal 5 134 335 142 72 0 15 330 140 54
Binary 101 1011100 11011101 1100010 111010 0 1101 11011000 1100000 101100

Color Harmonies of #055CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055CDD

Black with #055CDD

Text Example


Text Example

White with #055CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055CDD; }

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

 H1.HeaderClassName
 {
   color: #055CDD;
 }
 .AnyTagClassName
 {
   color: #055CDD;
 }
</style>

background-color css

<style>
 a { background-color: #055CDD; }

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

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

border-color css

<style>
 span { border-color: #055CDD; }

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

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