#005CBC

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

Shades of Navy Blue #005CBC

Tints of Navy Blue #005CBC

Color information

#005CBC (or 0x005CBC) is unknown color: approx Navy Blue. HEX triplet: 00, 5C and BC. RGB value is (0,92,188). Sum of RGB (Red+Green+Blue) = 0+92+188=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #005CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005CBC is #FFA343. Grayscale: #4A4A4A. Windows color (decimal): -16753476 or 12344320. OLE color: 12344320.

HSL color Cylindrical-coordinate representation of color #005CBC: hue angle of 210.64º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005CBC is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB092188-
CMYK10.5100.26
HSL210.64º100%36.86%-
HSV(B)210.64º100%73.73%-
XYZ12.911.2949.08-
YUV75.44191.5274.19-

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.86%
BLUE value IS 188 (73.83% from 255) = 67.14%
R=0%
G=32.86%
B=67.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal09218810.5100.26210.6410036.86
Hex05CBC643301Ad36425
Octal01342741446303232314445
Binary01011100101111001100100110011011010110100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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