#005EBD

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

Shades of Navy Blue #005EBD

Tints of Navy Blue #005EBD

Color information

#005EBD (or 0x005EBD) is unknown color: approx Navy Blue. HEX triplet: 00, 5E and BD. RGB value is (0,94,189). Sum of RGB (Red+Green+Blue) = 0+94+189=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 189 (74.22% from 255 or 66.78% from 283); Max value from RGB is 189 - color contains mainly: blue. Hex color #005EBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005EBD is #FFA142. Grayscale: #4C4C4C. Windows color (decimal): -16752963 or 12410368. OLE color: 12410368.

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

Color convert

RGB094189-
CMYK10.5000.26
HSL210.16º100%37.06%-
HSV(B)210.16º100%74.12%-
XYZ13.1911.6849.7-
YUV76.72191.3673.28-

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) = 33.22%
BLUE value IS 189 (74.22% from 255) = 66.78%
R=0%
G=33.22%
B=66.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal09418910.5000.26210.1610037.06
Hex05EBD643201Ad26425
Octal01362751446203232214445
Binary01011110101111011100100110010011010110100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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