#005EBF

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

Shades of Navy Blue #005EBF

Tints of Navy Blue #005EBF

Color information

#005EBF (or 0x005EBF) is unknown color: approx Navy Blue. HEX triplet: 00, 5E and BF. RGB value is (0,94,191). Sum of RGB (Red+Green+Blue) = 0+94+191=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 191 (75% from 255 or 67.02% from 285); Max value from RGB is 191 - color contains mainly: blue. Hex color #005EBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005EBF is #FFA140. Grayscale: #4C4C4C. Windows color (decimal): -16752961 or 12541440. OLE color: 12541440.

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

Color convert

RGB094191-
CMYK10.5100.25
HSL210.47º100%37.45%-
HSV(B)210.47º100%74.9%-
XYZ13.4111.7750.85-
YUV76.95192.3673.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 191 (75% from 255) = 67.02%
R=0%
G=32.98%
B=67.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal09419110.5100.25210.4710037.45
Hex05EBF6433019d26425
Octal01362771446303132214445
Binary01011110101111111100100110011011001110100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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