#005DBA

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

Shades of Navy Blue #005DBA

Tints of Navy Blue #005DBA

Color information

#005DBA (or 0x005DBA) is unknown color: approx Navy Blue. HEX triplet: 00, 5D and BA. RGB value is (0,93,186). Sum of RGB (Red+Green+Blue) = 0+93+186=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #005DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005DBA is #FFA245. Grayscale: #4B4B4B. Windows color (decimal): -16753222 or 12213504. OLE color: 12213504.

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

Color convert

RGB093186-
CMYK10.500.27
HSL210º100%36.47%-
HSV(B)210º100%72.94%-
XYZ12.7811.3747.98-
YUV75.79190.1973.94-

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal09318610.500.2721010036.47
Hex05DBA643201Bd26424
Octal01352721446203332214444
Binary01011101101110101100100110010011011110100101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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