Html Css Color HEX #005CD6 Navy Blue

📋 copy color: '#005CD6'

red 0 ◦ green 92 ◦ blue 214

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

Shades of Navy Blue #005CD6

Tints of Navy Blue #005CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 69.93%

R = 0%
G = 30.07%
B = 69.93%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#005CD6 (or 0x005CD6) is known color: Navy Blue. HEX triplet: 00, 5C and D6. RGB value is (0,92,214). Sum of RGB (Red+Green+Blue) = 0+92+214=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 214 (83.98% from 255 or 69.93% from 306); Max value from RGB is 214 - color contains mainly: blue. Hex color #005CD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005CD6 is #FFA329. Grayscale: #4D4D4D. Windows color (decimal): -16753450 or 14048256. OLE color: 14048256.

HSL color Cylindrical-coordinate representation of color #005CD6: hue angle of 214.21º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005CD6 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 0 92 214 -
CMYK 1 0.57 0 0.16
HSL 214.21º 1% 0.42% -
HSV(B) 214.21º 1% 0.84% -
XYZ 15.96 12.51 65.19 -
YUV 78.4 204.52 72.08 -
System Red Green Blue C M Y K H S L
Decimal 0 92 214 1 0.57 0 0.16 214.21 1 0.42
Hex 0 5C D6 64 39 0 10 D6 64 2A
Octal 0 134 326 144 71 0 20 326 144 52
Binary 0 1011100 11010110 1100100 111001 0 10000 11010110 1100100 101010

Color Harmonies of #005CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005CD6

Black with #005CD6

Text Example


Text Example

White with #005CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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