#005CBA

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

Shades of Navy Blue #005CBA

Tints of Navy Blue #005CBA

Color information

#005CBA (or 0x005CBA) is unknown color: approx Navy Blue. HEX triplet: 00, 5C and BA. RGB value is (0,92,186). Sum of RGB (Red+Green+Blue) = 0+92+186=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #005CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005CBA is #FFA345. Grayscale: #4A4A4A. Windows color (decimal): -16753478 or 12213248. OLE color: 12213248.

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

Color convert

RGB092186-
CMYK10.5100.27
HSL210.32º100%36.47%-
HSV(B)210.32º100%72.94%-
XYZ12.6911.247.95-
YUV75.21190.5274.36-

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) = 33.09%
BLUE value IS 186 (73.05% from 255) = 66.91%
R=0%
G=33.09%
B=66.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal09218610.5100.27210.3210036.47
Hex05CBA643301Bd26424
Octal01342721446303332214444
Binary01011100101110101100100110011011011110100101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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