Html Css Color HEX #055DCD Navy Blue

📋 copy color: '#055DCD'

red 5 ◦ green 93 ◦ blue 205

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

Shades of Navy Blue #055DCD

Tints of Navy Blue #055DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.69%

 BLUE value IS 205 (80.47% from 255) = 67.66%

R = 1.65%
G = 30.69%
B = 67.66%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#055DCD (or 0x055DCD) is known color: Navy Blue. HEX triplet: 05, 5D and CD. RGB value is (5,93,205). Sum of RGB (Red+Green+Blue) = 5+93+205=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #055DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055DCD is #FAA232. Grayscale: #4E4E4E. Windows color (decimal): -16425523 or 13458693. OLE color: 13458693.

HSL color Cylindrical-coordinate representation of color #055DCD: hue angle of 213.6º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055DCD is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 93 205 -
CMYK 0.98 0.55 0 0.20
HSL 213.6º 0.95% 0.41% -
HSV(B) 213.6º 0.98% 0.8% -
XYZ 15 12.27 59.34 -
YUV 79.46 198.85 74.89 -
System Red Green Blue C M Y K H S L
Decimal 5 93 205 0.98 0.55 0 0.20 213.6 0.95 0.41
Hex 5 5D CD 62 37 0 14 D6 5F 29
Octal 5 135 315 142 67 0 24 326 137 51
Binary 101 1011101 11001101 1100010 110111 0 10100 11010110 1011111 101001

Color Harmonies of #055DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055DCD

Black with #055DCD

Text Example


Text Example

White with #055DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,93,205); }

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

background-color css

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

 a { background-color: rgb(5,93,205); }

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

border-color css

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

 span { border-color: rgb(5,93,205); }

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