#005DBF

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

Shades of Navy Blue #005DBF

Tints of Navy Blue #005DBF

Color information

#005DBF (or 0x005DBF) is unknown color: approx Navy Blue. HEX triplet: 00, 5D and BF. RGB value is (0,93,191). Sum of RGB (Red+Green+Blue) = 0+93+191=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 191 (75% from 255 or 67.25% from 284); Max value from RGB is 191 - color contains mainly: blue. Hex color #005DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005DBF is #FFA240. Grayscale: #4B4B4B. Windows color (decimal): -16753217 or 12541184. OLE color: 12541184.

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

Color convert

RGB093191-
CMYK10.5100.25
HSL210.79º100%37.45%-
HSV(B)210.79º100%74.9%-
XYZ13.3211.5950.83-
YUV76.36192.6973.53-

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) = 32.75%
BLUE value IS 191 (75% from 255) = 67.25%
R=0%
G=32.75%
B=67.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal09319110.5100.25210.7910037.45
Hex05DBF6433019d36425
Octal01352771446303132314445
Binary01011101101111111100100110011011001110100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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