Html Css Color HEX #055CCD Navy Blue

📋 copy color: '#055CCD'

red 5 ◦ green 92 ◦ blue 205

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

Shades of Navy Blue #055CCD

Tints of Navy Blue #055CCD

RGB

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

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

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

R = 1.66%
G = 30.46%
B = 67.88%

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

#055CCD (or 0x055CCD) is known color: Navy Blue. HEX triplet: 05, 5C and CD. RGB value is (5,92,205). Sum of RGB (Red+Green+Blue) = 5+92+205=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #055CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055CCD is #FAA332. Grayscale: #4E4E4E. Windows color (decimal): -16425779 or 13458437. OLE color: 13458437.

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

Color convert

RGB 5 92 205 -
CMYK 0.98 0.55 0 0.20
HSL 213.9º 0.95% 0.41% -
HSV(B) 213.9º 0.98% 0.8% -
XYZ 14.91 12.09 59.31 -
YUV 78.87 199.18 75.31 -
System Red Green Blue C M Y K H S L
Decimal 5 92 205 0.98 0.55 0 0.20 213.9 0.95 0.41
Hex 5 5C CD 62 37 0 14 D6 5F 29
Octal 5 134 315 142 67 0 24 326 137 51
Binary 101 1011100 11001101 1100010 110111 0 10100 11010110 1011111 101001

Color Harmonies of #055CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055CCD

Black with #055CCD

Text Example


Text Example

White with #055CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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