#005CCC

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

Shades of Navy Blue #005CCC

Tints of Navy Blue #005CCC

Color information

#005CCC (or 0x005CCC) is unknown color: approx Navy Blue. HEX triplet: 00, 5C and CC. RGB value is (0,92,204). Sum of RGB (Red+Green+Blue) = 0+92+204=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #005CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005CCC is #FFA333. Grayscale: #4C4C4C. Windows color (decimal): -16753460 or 13392896. OLE color: 13392896.

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

Color convert

RGB092204-
CMYK10.5500.2
HSL212.94º100%40%-
HSV(B)212.94º100%80%-
XYZ14.7312.0158.67-
YUV77.26199.5272.89-

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) = 31.08%
BLUE value IS 204 (80.08% from 255) = 68.92%
R=0%
G=31.08%
B=68.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal09220410.5500.2212.9410040
Hex05CCC6437014d56428
Octal01343141446702432514450
Binary01011100110011001100100110111010100110101011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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