#005DCC

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

Shades of Navy Blue #005DCC

Tints of Navy Blue #005DCC

Color information

#005DCC (or 0x005DCC) is unknown color: approx Navy Blue. HEX triplet: 00, 5D and CC. RGB value is (0,93,204). Sum of RGB (Red+Green+Blue) = 0+93+204=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #005DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005DCC is #FFA233. Grayscale: #4D4D4D. Windows color (decimal): -16753204 or 13393152. OLE color: 13393152.

HSL color Cylindrical-coordinate representation of color #005DCC: hue angle of 212.65º 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 #005DCC is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB093204-
CMYK10.5400.2
HSL212.65º100%40%-
HSV(B)212.65º100%80%-
XYZ14.8112.1958.7-
YUV77.85199.1972.47-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 93 (36.72% from 255) = 31.31%
BLUE value IS 204 (80.08% from 255) = 68.69%
R=0%
G=31.31%
B=68.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal09320410.5400.2212.6510040
Hex05DCC6436014d56428
Octal01353141446602432514450
Binary01011101110011001100100110110010100110101011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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