#005CC1

Color #005CC1 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #005CC1

Tints of Navy Blue #005CC1

Color information

#005CC1 (or 0x005CC1) is unknown color: approx Navy Blue. HEX triplet: 00, 5C and C1. RGB value is (0,92,193). Sum of RGB (Red+Green+Blue) = 0+92+193=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 193 (75.78% from 255 or 67.72% from 285); Max value from RGB is 193 - color contains mainly: blue. Hex color #005CC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005CC1 is #FFA33E. Grayscale: #4B4B4B. Windows color (decimal): -16753471 or 12672000. OLE color: 12672000.

HSL color Cylindrical-coordinate representation of color #005CC1: hue angle of 211.4º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005CC1 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB092193-
CMYK10.5200.24
HSL211.4º100%37.84%-
HSV(B)211.4º100%75.69%-
XYZ13.4511.551.96-
YUV76.01194.0273.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 92 (36.33% from 255) = 32.28%
BLUE value IS 193 (75.78% from 255) = 67.72%
R=0%
G=32.28%
B=67.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal09219310.5200.24211.410037.84
Hex05CC16434018d36426
Octal01343011446403032314446
Binary01011100110000011100100110100011000110100111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #005CC1;
 }
 .AnyTagClassName
 {
   color: #005CC1;
 }
</style>
background-color css

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

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

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

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

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

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