Html Css Color HEX #005DCA Navy Blue

📋 copy color: '#005DCA'

red 0 ◦ green 93 ◦ blue 202

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

Shades of Navy Blue #005DCA

Tints of Navy Blue #005DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 68.47%

R = 0%
G = 31.53%
B = 68.47%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#005DCA (or 0x005DCA) is known color: Navy Blue. HEX triplet: 00, 5D and CA. RGB value is (0,93,202). Sum of RGB (Red+Green+Blue) = 0+93+202=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 202 (79.30% from 255 or 68.47% from 295); Max value from RGB is 202 - color contains mainly: blue. Hex color #005DCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005DCA is #FFA235. Grayscale: #4D4D4D. Windows color (decimal): -16753206 or 13262080. OLE color: 13262080.

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

Color convert

RGB 0 93 202 -
CMYK 1 0.54 0 0.21
HSL 212.38º 1% 0.4% -
HSV(B) 212.38º 1% 0.79% -
XYZ 14.58 12.09 57.44 -
YUV 77.62 198.19 72.64 -
System Red Green Blue C M Y K H S L
Decimal 0 93 202 1 0.54 0 0.21 212.38 1 0.4
Hex 0 5D CA 64 36 0 15 D4 64 28
Octal 0 135 312 144 66 0 25 324 144 50
Binary 0 1011101 11001010 1100100 110110 0 10101 11010100 1100100 101000

Color Harmonies of #005DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005DCA

Black with #005DCA

Text Example


Text Example

White with #005DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,93,202); }

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

background-color css

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

 a { background-color: rgb(0,93,202); }

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

border-color css

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

 span { border-color: rgb(0,93,202); }

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