Html Css Color HEX #005CCD Navy Blue

📋 copy color: '#005CCD'

red 0 ◦ green 92 ◦ blue 205

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

Shades of Navy Blue #005CCD

Tints of Navy Blue #005CCD

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 30.98%
B = 69.02%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#005CCD (or 0x005CCD) is known color: Navy Blue. HEX triplet: 00, 5C and CD. RGB value is (0,92,205). Sum of RGB (Red+Green+Blue) = 0+92+205=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 205 (80.47% from 255 or 69.02% from 297); Max value from RGB is 205 - color contains mainly: blue. Hex color #005CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005CCD is #FFA332. Grayscale: #4C4C4C. Windows color (decimal): -16753459 or 13458432. OLE color: 13458432.

HSL color Cylindrical-coordinate representation of color #005CCD: hue angle of 213.07º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005CCD is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 92 205 -
CMYK 1 0.55 0 0.20
HSL 213.07º 1% 0.4% -
HSV(B) 213.07º 1% 0.8% -
XYZ 14.85 12.06 59.3 -
YUV 77.37 200.02 72.81 -
System Red Green Blue C M Y K H S L
Decimal 0 92 205 1 0.55 0 0.20 213.07 1 0.4
Hex 0 5C CD 64 37 0 14 D5 64 28
Octal 0 134 315 144 67 0 24 325 144 50
Binary 0 1011100 11001101 1100100 110111 0 10100 11010101 1100100 101000

Color Harmonies of #005CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005CCD

Black with #005CCD

Text Example


Text Example

White with #005CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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