Html Css Color HEX #005CDD Navy Blue

📋 copy color: '#005CDD'

red 0 ◦ green 92 ◦ blue 221

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

Shades of Navy Blue #005CDD

Tints of Navy Blue #005CDD

RGB

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

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

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

R = 0%
G = 29.39%
B = 70.61%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#005CDD (or 0x005CDD) is known color: Navy Blue. HEX triplet: 00, 5C and DD. RGB value is (0,92,221). Sum of RGB (Red+Green+Blue) = 0+92+221=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 221 (86.72% from 255 or 70.61% from 313); Max value from RGB is 221 - color contains mainly: blue. Hex color #005CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005CDD is #FFA322. Grayscale: #4E4E4E. Windows color (decimal): -16753443 or 14507008. OLE color: 14507008.

HSL color Cylindrical-coordinate representation of color #005CDD: hue angle of 215.02º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005CDD is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 92 221 -
CMYK 1 0.58 0 0.13
HSL 215.02º 1% 0.43% -
HSV(B) 215.02º 1% 0.87% -
XYZ 16.88 12.87 70 -
YUV 79.2 208.02 71.51 -
System Red Green Blue C M Y K H S L
Decimal 0 92 221 1 0.58 0 0.13 215.02 1 0.43
Hex 0 5C DD 64 3A 0 D D7 64 2B
Octal 0 134 335 144 72 0 15 327 144 53
Binary 0 1011100 11011101 1100100 111010 0 1101 11010111 1100100 101011

Color Harmonies of #005CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005CDD

Black with #005CDD

Text Example


Text Example

White with #005CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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