#005EBE

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

Shades of Navy Blue #005EBE

Tints of Navy Blue #005EBE

Color information

#005EBE (or 0x005EBE) is unknown color: approx Navy Blue. HEX triplet: 00, 5E and BE. RGB value is (0,94,190). Sum of RGB (Red+Green+Blue) = 0+94+190=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #005EBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005EBE is #FFA141. Grayscale: #4C4C4C. Windows color (decimal): -16752962 or 12475904. OLE color: 12475904.

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

Color convert

RGB094190-
CMYK10.5100.25
HSL210.32º100%37.25%-
HSV(B)210.32º100%74.51%-
XYZ13.311.7250.28-
YUV76.84191.8673.19-

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.10%
BLUE value IS 190 (74.61% from 255) = 66.90%
R=0%
G=33.10%
B=66.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal09419010.5100.25210.3210037.25
Hex05EBE6433019d26425
Octal01362761446303132214445
Binary01011110101111101100100110011011001110100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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