#005BCC

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

Shades of Navy Blue #005BCC

Tints of Navy Blue #005BCC

Color information

#005BCC (or 0x005BCC) is unknown color: approx Navy Blue. HEX triplet: 00, 5B and CC. RGB value is (0,91,204). Sum of RGB (Red+Green+Blue) = 0+91+204=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #005BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005BCC is #FFA433. Grayscale: #4C4C4C. Windows color (decimal): -16753716 or 13392640. OLE color: 13392640.

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

Color convert

RGB091204-
CMYK10.5500.2
HSL213.24º100%40%-
HSV(B)213.24º100%80%-
XYZ14.6411.8458.64-
YUV76.67199.8573.31-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 91 (35.94% from 255) = 30.85%
BLUE value IS 204 (80.08% from 255) = 69.15%
R=0%
G=30.85%
B=69.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal09120410.5500.2213.2410040
Hex05BCC6437014d56428
Octal01333141446702432514450
Binary01011011110011001100100110111010100110101011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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